aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-19Implement lexer.cpp.verbatim.strings.allow.escapes.Neil Hodgson1-1/+8
2015-02-17fix bug where terminating whitespace character was not included in escaped id...Joe Mueller1-3/+1
2015-02-17Reindented file consistently with 4 space indents using astyle -s4 -OHUKk3Neil1-410/+411
2015-02-17Bug [#1697]. Allow folding of multiline comments in Ruby.Neil1-0/+24
2015-02-12fix problem with typdef class statements creating a fold point, expecting an ...Joe Mueller1-3/+13
2015-02-09add support for escaped identifiersJoe Mueller1-1/+13
2015-02-10Fix hang in folding when document starts with "entity".Neil1-3/+4
2015-01-30fix folding bugs with extern and pure virtual functions/tasks. fix folding bu...Joe Mueller1-1/+57
2015-01-29fix problem with folding comments by re-folding the previous line as was done...Joe Mueller1-1/+12
2015-01-24Fix a bug with the q-quote operator.Neil1-23/+27
2015-01-22Feature [feature-requests:#1098]. Accept `is`/`us` integer suffixes instead ofNeil1-1/+3
2015-01-13fix bug in handling of comments, make some new features conditional on lexer ...Joe Mueller1-19/+29
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.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