aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers
AgeCommit message (Expand)AuthorFilesLines
2015-01-13LexHex S-Record: use the required data field size for some highlightingMarkus Heidelberg1-29/+75
2015-01-13LexHex: use SCE_HEX_RECTYPE_UNKNOWN also for Srec and IHexMarkus Heidelberg1-4/+22
2015-01-11LexHex: add a default case for handling faulty states to all lexersMarkus Heidelberg1-0/+15
2015-01-11LexHex: add a new state for garbage data after the recordMarkus Heidelberg1-8/+12
2015-01-11LexHex Tektronix: use more address field types, not just data addressMarkus Heidelberg1-8/+30
2015-01-11LexHex: move general helper function up and add a prototypeMarkus Heidelberg1-17/+18
2015-01-11LexHex Tektronix: use the dedicated helper function for getting the lengthMarkus Heidelberg1-1/+2
2015-01-11LexHex Tektronix: fix whitespace issues and remove unused leftover codeMarkus Heidelberg1-11/+14
2015-01-11LexHex: rename Tektronix extended HEX lexer from "thex" to "tehex"Markus Heidelberg1-14/+14
2015-01-08Feature [feature-requests:#1096]. Lexer added for Tektronix extended hex files.Neil1-0/+203
2015-01-06attempt to fix compile errors with different versions of g++ caused by missin...Joe Mueller1-4/+5
2015-01-06modify LexVerilog.cxx to support coloring of inactive code due to preprocesso...Joe Mueller1-142/+652
2015-01-05Add folding support for Intel HEX filesMarkus Heidelberg1-3/+57
2014-12-30Add new lexer for Intel HEX file formatMarkus Heidelberg1-1/+282
2014-12-30S-Record lexer: rename states from SCE_SREC_.. to SCE_HEX_..Markus Heidelberg1-39/+39
2014-12-30S-Record lexer: extract reusable parts of helper functionsMarkus Heidelberg1-35/+60
2014-12-29S-Record lexer: fix the description of the maximum data field digit countMarkus Heidelberg1-8/+8
2014-12-29S-Record lexer: add future-proof highlighting for unknown record typesMarkus Heidelberg1-12/+14
2014-12-29S-Record lexer: correctly count the characters of an invalid short lineMarkus Heidelberg1-8/+18
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.Neil1-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