Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-01-29 | Remove lexer tests from Scintilla | Neil | 28 | -1186/+0 | |
2020-04-06 | Bug [#2164]. Change line comments to terminate at next line start. | Neil | 2 | -272/+272 | |
This changes the lexing test results a lot since line comments are common. | |||||
2019-05-22 | Support for VB2017 bin literals & digit separators | Jad Altahan | 2 | -0/+8 | |
2019-03-09 | Feature [feature-requests:#1268]. Improve the styling of numbers in Nim | Jad Altahan | 2 | -0/+16 | |
Improvements for SCE_NIM_NUMBER. | |||||
2019-02-02 | Feature [feature-requests:#1262]. Enhance raw string identifier styling in Nim | Jad Altahan | 2 | -0/+16 | |
Adds property 'lexer.nim.raw.strings.highlight.ident'. | |||||
2019-01-30 | 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. | |||||
2019-01-30 | Feature [feature-requests:#1261]. Enhance the styling of backticks in Nim | Jad Altahan | 2 | -0/+12 | |
2019-01-29 | Bug [#1947]. Fix recognizing '"' after "," inside a bracketed substitution. | Neil | 2 | -0/+10 | |
2019-01-29 | Add unit test for Tcl lexer. | Neil | 2 | -0/+16 | |
2019-01-29 | Feature [feature-requests:#1260]. Fix inconsistency with dot styling in Nim. | Jad Altahan | 2 | -0/+12 | |
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 | |