aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers
AgeCommit message (Expand)AuthorFilesLines
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
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