aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers
AgeCommit message (Expand)AuthorFilesLines
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
2019-05-29Backport: Resolve some Core Guidelines warningsJad Altahan1-23/+23
2019-05-28Backport: Add folding for CMake 3 function/endfunctionJad Altahan1-2/+3
2019-05-22Backport: Support for VB2017 bin literals & digit separatorsJad Altahan1-1/+5
2019-05-07Backport: Fix warnings from GCC 9 because of a deprecated implicitly-declared...Neil1-0/+7
2019-05-27Backport: Feature [feature-requests:#1280]. Lexer added for X12.mitchell1-0/+341
2019-03-29Backport: Remove inclusion of "CharacterCategory.h" where not needed and add ...Neil3-2/+1
2019-03-23Backport: Simplified preprocessor conditional styling code, renamed 'active' ...Neil1-33/+63
2019-03-23Backport: Fix warnings from MSVC Code Analysis.Neil1-30/+37
2019-03-09Backport: Feature [feature-requests:#1268]. Improve the styling of numbers in...Jad Altahan1-13/+7
2019-03-09Backport: Feature [feature-requests:#1265]. Common Intermediate Language (CIL...mitchell1-0/+404
2019-02-02Backport: Feature [feature-requests:#1262]. Enhance raw string identifier sty...Jad Altahan1-1/+25
2019-01-30Backport: Feature [feature-requests:#1261]. Enhance the styling of backticks ...Jad Altahan1-4/+19
2019-01-29Backport: Bug [#1947]. Fix recognizing '"' after "," inside a bracketed subst...Neil1-1/+3
2019-01-29Backport: Feature [feature-requests:#1260]. Fix inconsistency with dot stylin...Jad Altahan1-2/+6
2019-01-23Backport: Feature [feature-requests:#1258]. Add function IsFuncName() to Nim ...Jad Altahan1-11/+21
2019-01-15Backport: Treat "#if(" as preprocessor directive "#if" followed by operator "(".Neil1-1/+1
2019-01-13Backport: Feature [feature-requests:#1254]. Fix bug causing fold line creatio...Jad Altahan1-5/+6
2019-01-13Backport: Feature [feature-requests:#1253]. Critical fixes for raw stringsJad Altahan1-7/+56
2019-02-16Updated copyright year.mitchell1-1/+1
2019-01-06Backport: Feature [feature-requests:#1251]. Properly ignore backslash in raw ...Jad Altahan1-2/+7
2019-01-05Backport: Modernize errorlist lexer a little - unnamed namespace, reducing va...Neil1-20/+19
2019-01-05Backport: Recognize negative line numbers in GCC-format messages.Neil1-1/+1
2018-12-12Backport: Feature [feature-requests:#1247]. Handles message groups as well as...Iain Clarke1-31/+78
2018-12-12Backport: Bug [#2069]. LexerCPP: modernize int to std::string conversionJannick1-3/+1
2018-12-12Backport: Bug [#2069]. LexCPP: fix bug in arithmetic calculation by adding pr...Jannick1-5/+9
2018-12-04Backport: Bug [#2062]. Interpret continued preprocessor lines correctly by re...Neil1-10/+20
2018-11-28Backport: Move functions to unnamed namespaceJad Altahan1-101/+106
2018-11-28Backport: Removed description of fold.comment as it is shared with other lexe...Neil1-2/+1
2018-11-28Backport: Bug [#2054]. Reimplemented as an object lexer to support substyles ...Kacper Kasper1-44/+221
2019-01-12Fixed LexNim backport error.mitchell1-2/+2