Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-05-22 | Backport: Support for VB2017 bin literals & digit separators | Jad Altahan | 2 | -0/+8 | |
Backport of changeset 7502:395c5832d38c. | |||||
2019-03-09 | Backport: Feature [feature-requests:#1268]. Improve the styling of numbers ↵ | Jad Altahan | 2 | -0/+16 | |
in Nim Improvements for SCE_NIM_NUMBER. Backport of changeset 7310:3710c193b696. | |||||
2019-02-02 | Backport: Feature [feature-requests:#1262]. Enhance raw string identifier ↵ | Jad Altahan | 2 | -0/+16 | |
styling in Nim Adds property 'lexer.nim.raw.strings.highlight.ident'. Backport of changeset 7247:1eeda6575035. | |||||
2019-01-30 | Backport: Add a ';' statement separator at end of statement in example code. | Neil | 2 | -2/+2 | |
The TCL lexer handles CRLF line ends strangely often with different styles for the CR and LF. This breaks the unit testing driver as the CR and LF are now separated in the output leading to 2 lines where there was one. It also causes differences in runs between Windows and Unix. Backport of changeset 7245:f3e1c8c6bc19. | |||||
2019-01-30 | Backport: Feature [feature-requests:#1261]. Enhance the styling of backticks ↵ | Jad Altahan | 2 | -0/+12 | |
in Nim Backport of changeset 7244:a5c65813871a. | |||||
2019-01-29 | Backport: Bug [#1947]. Fix recognizing '"' after "," inside a bracketed ↵ | Neil | 2 | -0/+10 | |
substitution. Backport of changeset 7243:f75e25db799e. | |||||
2019-01-29 | Backport: Add unit test for Tcl lexer. | Neil | 2 | -0/+16 | |
Backport of changeset 7242:d2ac12d5ab0e. | |||||
2019-01-29 | Backport: Feature [feature-requests:#1260]. Fix inconsistency with dot ↵ | Jad Altahan | 2 | -0/+12 | |
styling in Nim. Backport of changeset 7240:99281d1bec87. | |||||
2016-01-05 | Fix module ::-syntax when special characters such as 'x' are used. | Kein-Hong Man | 1 | -1/+1 | |
Added ' and " detection as prefix chars for x repetition operator. | |||||
2015-12-28 | Bug [#1797]. Highlight changed subroutine prototype syntax for Perl 5.20. | Kein-Hong Man | 2 | -0/+478 | |
2015-12-18 | Bug [#1793]. Add support for Perl 5.22. | Kein-Hong Man | 2 | -0/+356 | |
Double-diamond operator <<>> Hexadecimal floating point literals Repetition in list assignment Added example file to the lexing tests and changed lexing tests to allow larger files and to standardise on Unix line ends when testing these larger files to avoid spurious failures. | |||||
2013-06-29 | Bug: [#1483]. Added a test for UTF-8 labels in Lua that would fail without fix. | Neil | 2 | -2/+4 | |
2013-04-14 | Adding example file extensions to native file setting so tests work. | nyamatongwe | 3 | -15/+15 | |
2013-04-05 | Added tests for Ruby and Perl lexers. | nyamatongwe | 4 | -0/+22 | |
2013-04-05 | Added test for Lua lexer. | nyamatongwe | 2 | -0/+12 | |
2012-06-22 | Bug #3487406. New style SCE_C_PREPROCESSORCOMMENT for stream comments | nyamatongwe | 2 | -2/+2 | |
inside preprocessor directives. Includes code from Marko Njezic. | |||||
2012-06-22 | Prevent empty lines from continuing preprocessor style. | nyamatongwe | 2 | -0/+10 | |
2012-03-25 | Avoid warnings from example code. | nyamatongwe | 2 | -2/+2 | |
2012-03-25 | Add test for bug #3509317. | nyamatongwe | 2 | -0/+8 | |
2011-03-27 | Fix for bug with wrong recognition of number after regex literal. Bug #3209108. | nyamatongwe | 2 | -0/+2 | |
Added test for this case. | |||||
2010-09-04 | Fix for bug #3058924 wrong highlighting for float literals containing +/-. | nyamatongwe | 2 | -0/+6 | |
Tests added for example numeric literals. | |||||
2010-08-04 | Added test for bug #3038381. | nyamatongwe | 2 | -0/+8 | |
2009-06-16 | Style numbers changed for D. | nyamatongwe | 1 | -3/+3 | |
2009-05-27 | Handles BOM on input files by removing. | nyamatongwe | 2 | -0/+94 | |
Fixed for UTF-8 input. Added D test. | |||||
2009-05-12 | Include tests in standard repository. | nyamatongwe | 12 | -0/+98 | |