aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers
AgeCommit message (Expand)AuthorFilesLines
2014-12-17Highlights doc comment keywords; has separate styles for input, output, andNeil1-68/+137
2014-12-12LexBash: Empty heredoc delimiters can also be indentedColomban Wendling1-1/+2
2014-12-12LexBash: Only tabulations are allowed as prefix with `<<-` heredocColomban Wendling1-1/+1
2014-12-12LexBash: Don't allow spaces between `<<` and `-` in a heredoc operatorColomban Wendling1-3/+6
2014-12-09Feature [feature-requests:#1091]. Lexer for Motorola S-Record.Neil1-0/+360
2014-11-28LexCPP: Also fold on square bracketsColomban Wendling1-2/+2
2014-11-29Add a missing comma to separate word list decriptions.rel-3-5-2Neil1-1/+1
2014-11-25Bug [#1420]. CoffeeScript: Describe existing secondary keyword setsColomban Wendling1-0/+3
2014-11-25Bug [#1420]. CoffeeScript: Drop code that doesn't apply to CoffeeScriptColomban Wendling1-166/+9
2014-10-14Bug [#1664]. Fix folding of "block" keyword.Neil1-1/+2
2014-09-06Support the q-quote operator as SCE_SQL_QOPERATOR.Neil1-1/+31
2014-09-03Remove unused function.Neil Hodgson1-5/+0
2014-09-03Feature [feature-requests:#1071]. BibTeX lexer added.Neil1-0/+315
2014-09-03Normalise header inclusion order.Neil1-2/+2
2014-08-22Bug [#613]. Fix folding when "component' before name.Neil1-13/+37
2014-08-20Bug [#1527]. Support block comments in VHDL.Neil1-11/+65
2014-08-09Added lexer for registry files.Neil1-0/+416
2014-08-01Rust: Slightly refactor/comment the number literal scanning.SiegeLord1-12/+25
2014-08-01Support transpose character after {} operatorJohn Donoghue1-1/+4
2014-07-29Rust: Highlight byte-string literals.SiegeLord1-22/+42
2014-07-29Rust: Allow escaping naked CR in strings.SiegeLord1-1/+1
2014-07-29Rust: Update hashbang comment syntax.SiegeLord1-1/+1
2014-07-30Ruby: fix theoretical missing assignment and remove dead oneColomban Wendling1-1/+1
2014-07-29Allow identifier suffix = in Ruby symbol literalsColomban Wendling1-1/+6
2014-07-29Allow global/class/instance variables as Ruby symbol literalsColomban Wendling1-0/+25
2014-07-29Bug [#1627]. Allow FIDs as Ruby symbol literalsColomban Wendling1-1/+5
2014-07-29Fixing previous change for mako to be type-safe.Neil1-1/+1
2014-07-26Bug [#1622]. Don't crash with ## comments in Mako.Neil1-1/+7
2014-07-16Bug [#1622]. Don't crash with SGML after a Mako comment.Neil1-1/+3
2014-07-08Feature [feature-requests:#1053]. Add a block comment state.Neil1-0/+7
2014-06-22Add missing comma.XhmikosR1-1/+1
2014-06-19Bug [#1614]. Don't crash on incomplete macro definition "#define x(".Neil Hodgson1-1/+3
2014-06-02Bug [#1605]. Fix fold matching problem caused by "<<<".Neil1-1/+10
2014-05-31Safer handling of "#define X" which caused fault in debug build with Visual C++.Neil1-1/+1
2014-05-24Header include statements are now in a standardised order with that orderNeil9-11/+11
2014-05-24Removing style byte indicators.Neil4-11/+9
2014-05-24Removing use of style byte indicator in Scriptol lexer.Neil1-31/+1
2014-05-24Removing use of style byte indicator in PostScript lexer.Neil1-22/+6
2014-05-24Moving declaration inside loop to prevent a 'scope can be reduced' warning.Neil1-2/+1
2014-05-24Fix raw string recognition so that R"xxx(blah)xxx" is styled as SCE_C_STRINGRAW.Neil1-3/+11
2014-01-20Fix typos in comments (lexers)Stefan Weil5-8/+8
2014-05-14Limit iterations when expanding macros in case a macro is recursive such asNeil1-1/+4
2014-05-13Feature [feature-requests:#1051]. Fixed shadowed local variable.Neil1-1/+1
2014-05-12Feature [feature-requests:#1051]. Support #if defined SYMBOL.Neil1-94/+252
2014-05-02Add missing not sign to fix DMIS label highlightingAndreas Tscharner1-1/+1
2014-05-02DMIS Minor words can also start with the digits 2, 3 or 4Andreas Tscharner1-1/+1
2014-04-29Fix some warnings instead of relying upon #pragma to hide themNeil3-5/+5
2014-04-29Feature [feature-requests:#1049]. Lexer added for DMIS, a language for coordi...Neil1-0/+355
2014-04-21Avoid warning about use of bitwise operators on boolean values.Neil1-2/+2
2014-04-19Use an unnamed namespace instead of static as classes and structs can't be st...Neil1-9/+14