aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers
AgeCommit message (Expand)AuthorFilesLines
2020-06-02Fixed improper cast in gcc-4.8.mitchell1-1/+1
2020-05-26Added SCI_PRIVATELEXERCALL API for retrieving the style number of a style name.mitchell1-3/+9
2020-04-21Backport: Feature [feature-requests:1346]. Add lexer.as.comment.character pro...Dejan Budimir1-1/+9
2020-04-13Backport: Use const, constexpr, noexcept, & nullptr. Reduce headers and use C...Neil1-42/+39
2020-04-13Backport: Hide implementation of EscapeSequence and use const. Add tests for ...Neil1-13/+12
2020-04-13Backport: Replace islower function and add tests for JavaScript regular expre...Neil1-3/+2
2020-04-13Backport: Use constexpr and noexcept, reduce headers and use C++ versions, ha...Neil1-12/+10
2020-04-07Backport: Bug [#1624]. Fix brace styling in Batch lexer so that brace matchin...Yury Dubinsky1-381/+454
2020-04-06Backport: Bug [#2164]. Change line comments to terminate at next line start.Neil1-1/+1
2020-03-29Forgot a 0-to-1 conversion in r8093.mitchell1-1/+1
2020-03-28Switch to 1-based style numbers internally in Lua.mitchell1-6/+6
2020-03-26Backport: Fix spelling mistakes.Neil1-3/+3
2020-03-26Switch to 1-based indices in Lua.mitchell1-8/+8
2020-03-11LexLPeg now implements DefaultLexer and NameOfStyle().mitchell1-62/+56
2020-03-10Fixed LexLPeg reporting of known lexers on Win32.mitchell1-5/+7
2020-03-07LexLPeg can now report a list of known lexers via SCI_PRIVATELEXERCALL.mitchell1-57/+89
2020-03-06More LexLPeg refactoring, including a safer Lua state.mitchell1-82/+133
2020-03-06More LexLPeg refactoring.mitchell1-70/+92
2020-03-06Formatted LexLPeg.cxx.mitchell1-694/+701
2020-03-05Refactored LexLPeg.mitchell1-318/+343
2020-03-04Modernize LexLPeg.mitchell1-58/+54
2020-01-06More synchronizing LongTerm3 with default.mitchell1-5/+7
2020-01-05Added Sci::make_unique() and Sci::size() for better compatibility with the de...mitchell1-1/+1
2020-01-05Synchronizing LongTerm3 with default.mitchell1-14/+14
2020-01-04Backport: Feature [feature-requests:#1328] Handle CRLF in SCE_RAKU_COMMENTLIN...Mark Reay1-3/+6
2020-01-04Backport: Added Raku lexer and style properties and example filesmitchell1-0/+1602
2020-01-04Backport: Define ILexerWithIdentity with methods for retrieving name, ID, and...mitchell24-54/+179
2019-12-13Backport: Add or fix file name comments.Neil12-7/+12
2019-12-13Backport: Fix incorrect comments.Neil1-2/+2
2019-12-31Updated copyright year for lexlua-specific bits of LongTerm3.mitchell1-1/+1
2019-11-21Backport: Feature [feature-requests:#1326] Recognize squiggly heredocs.Zufu Liu1-3/+3
2019-11-17Backport: Feature [feature-requests:#1299] Make work for case sensitive mode.Zufu Liu1-1/+2
2019-11-17Backport: Feature [feature-requests:#1320] Fix tag classification when '-' pr...Zufu Liu1-1/+4
2019-12-06Backport: Feature [feature-requests:#1324] Add Hollywood lexer.mitchell1-0/+512
2019-11-04Backport: Bug [#1933]. Fix highlighting of lines longer than 1024 characters.Neil1-9/+9
2019-11-02Backport: Feature [feature-requests:#1299] Treat custom tags from HTML5 as kn...Zufu Liu1-0/+14
2019-11-02Backport: Rearrange code to allow more cases.Neil1-1/+2
2019-11-02Backport: Format code for space before class.Zufu Liu1-0/+1
2019-11-02Backport: Feature [feature-requests:#1320] Fix non-alphabetic characters in u...Neil1-1/+2
2019-10-19Backport: Bug [#2128]. Add fold.xml.at.tag.open option to fold tags at the st...Zufu Liu1-3/+24
2019-10-13Backport: Added const from patch on bug #2131.Zufu Liu1-1/+1
2019-10-13Backport: Bug [#2131]. Turn off whitespace fold flag when fold.compact=0.Zufu Liu1-1/+2
2019-09-28Backport: Bug [#2129]. Fix crash with 'interface=none' comment.Neil1-1/+2
2019-09-26Backport: Bug [#2121]. Support indented here-docs.SilverDirk1-0/+27
2019-09-26Backport: Feature [feature-requests:#1306] Fold qw arrays.Zufu Liu1-0/+6
2019-06-25Backport: Avoid cppcheck warnings by using same names in declaration and defi...Neil1-2/+2
2019-06-25Backport: Bug [#2098]. Remove unused variable.Zufu Liu1-2/+1
2019-06-25Backport: Bug [#2098]. Fix single quoted strings where '" (quote, double quot...Zufu Liu1-1/+1
2019-06-25Backport: Bug [#2112]. Matlab lexer now treats keywords as case-sensitive.Zufu Liu1-1/+1
2019-07-11Backport: Feature [feature-requests:#1295]. Lexer added for DataFlex.mitchell1-0/+614