aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers
AgeCommit message (Expand)AuthorFilesLines
2016-03-03CPP: Add support for folding on `(` and `)`Colomban Wendling1-2/+2
2016-02-25Support hexadecimal numeric literals.Matt Gilarde1-1/+3
2016-02-17Ruby: Fix some HereDoc recognition with several expressions on a lineColomban Wendling1-1/+30
2016-02-17Ruby: Allow a symbol before a HereDoc for an implicit hash argumentColomban Wendling1-0/+10
2016-02-14Bug [#1809]. Rust: Handle new-style Unicode escape sequencesColomban Wendling1-2/+24
2016-02-16Bug [#1810]. Lex alternate hash key syntax 'key:' as a symbol.Colomban Wendling1-0/+5
2016-02-01Support single-line comments, abbreviated keywords and extend nested comments toMatt Gilarde1-22/+54
2016-01-22Limit the extent of Mako line comments to finish before the line end characters.John Ehresman1-1/+1
2016-01-09Recognize numbers more accurately and allow non-ASCII verbatim quotingThomas Linder Puls1-5/+10
2016-01-07Fix bug with final line in escape sequence recognition mode.Neil1-0/+1
2016-01-05Fix module ::-syntax when special characters such as 'x' are used.Kein-Hong Man1-4/+7
2015-12-28Bug [#1797]. Highlight changed subroutine prototype syntax for Perl 5.20.Kein-Hong Man1-14/+75
2015-12-28Bug [#1778]. Recognize more characters as here-doc delimiters.Kein-Hong Man1-7/+8
2015-12-21Bug [#1794]. Update previous change for '#' to get priority correct.Kein-Hong Man1-5/+4
2015-12-20Bug [#1794]. Support using '#' in non-comment ways as is possible with zsh.Kein-Hong Man1-0/+42
2015-12-18Bug [#1793]. Add support for Perl 5.22.Kein-Hong Man1-7/+25
2015-12-16Detect warnings from the Microsoft linker.Neil1-0/+4
2015-12-12Bug [#1791]. Added a missing symbol (the underscore) for subroutine prototypes.Kein-Hong Man1-4/+2
2015-12-11Bug [#1790]. Include '&' and '|' bitwise operators for Lua 5.3.Kein-Hong Man1-1/+1
2015-12-10Flag incomplete here doc delimiters as syntax errors, matching bash 4.3.Kein-Hong Man1-16/+10
2015-11-20Remove line end whitespace.Neil14-145/+145
2015-10-19Minor increase in allocation size prevents warning from VC++ analyze.Neil1-1/+1
2015-10-14Bug [#1766]. Treat line starts consistently to always highlight *foo* or similarActiveState1-1/+1
2015-10-13Bug [#1765]. CoffeeScript lexer highlights ranges correctly.ActiveState1-0/+4
2015-09-29Mark local functions in lexers as static.Neil Hodgson4-5/+5
2015-09-09Allow '0' as the line number in GCC errors as some tools report whole fileNeil1-1/+1
2015-08-28Implement some ANSI escape sequences to change foreground colour and intensity.Neil1-7/+84
2015-08-21Fix empty comments /**/ so the comment state does not continue.Mike Lischke1-3/+6
2015-08-16Bug [#1749]. Added lexical class for CoffeeScript instance properties and fixedNeil1-12/+7
2015-08-06Add VHDL protected keyword for folding.Vicente1-1/+2
2015-07-30Use Sci_Position / Sci_PositionU for variables in lexers that representJoe Mueller96-1100/+1105
2015-07-25Use Sci_PositionU/Sci_Position for arguments to functional lexers, folders, andNeil89-218/+218
2015-07-20Use Sci_Position when required to implement interfaces.Neil14-107/+107
2015-07-14Split LexOthers.cxx into separate files for each lexer: LexBatch, LexDiff,Neil7-1149/+1334
2015-07-06Upgrading Python to an object lexer that supports substyles.Neil1-73/+234
2015-05-29Fix warning from Visual C++.Neil1-1/+1
2015-05-21add support for protected regions, prevent styling and folding within protect...Joe Mueller1-53/+72
2015-05-13Bug [#1724]. Fix folding of "selecttype" and "selectcase".Neil1-0/+1
2015-05-12Bug [#1719]. Fix #undef directive.Neil1-3/+2
2015-05-11Folder folds units declarations and fixes a case insensitivity bug with notNeil1-3/+4
2015-05-04add support to fold interface definitionsJoe Mueller1-1/+3
2015-04-22Fix highlighting empty backquote strings (``) in cpp lexerJiří Techet1-1/+0
2015-04-08add code to support extended identifiersJoe Mueller1-1/+9
2015-03-29Fix handling of '+' and '-' in numbers.Neil1-4/+5
2015-03-27Bug [#1642] Reverting change set 5455 which caused problems with highlighting ofNeil1-5/+2
2015-03-18fix bug in fold.at.else processing, the code for "begin" that set levelMinCur...Joe Mueller1-3/+34
2015-03-18fix bug where macro styling allowed '.', fix bug where macro styling could ca...Joe Mueller1-2/+2
2015-03-10fix problem where preprocessor fold code would incorrectly match `endcelldefi...Joe Mueller1-1/+1
2015-02-24Reindented file consistently with tabs using astyle.Neil1-187/+185
2015-02-24Bug [#1642]. Fixes a bug with some strings in TCL.Neil1-2/+6