index
:
scintilla-mirror
master
sciteco-dev-pre-v2.0.0
sciteco-rel-5-1-3
sciteco-rel-5-3-4
sciteco-rel-5-5-2
sciteco-rel-5-5-4
sciteco-rel-5-5-7
sciteco-rel-5-5-8
Git mirror of the Scintilla editor component. Referenced by the SciTECO repository.
Robin Haberkorn
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
lexers
Age
Commit message (
Expand
)
Author
Files
Lines
2015-02-24
Reindented file consistently with tabs using astyle.
Neil
1
-187
/
+185
2015-02-24
Bug [#1642]. Fixes a bug with some strings in TCL.
Neil
1
-2
/
+6
2015-02-19
Implement lexer.cpp.verbatim.strings.allow.escapes.
Neil Hodgson
1
-1
/
+8
2015-02-17
fix bug where terminating whitespace character was not included in escaped id...
Joe Mueller
1
-3
/
+1
2015-02-17
Reindented file consistently with 4 space indents using astyle -s4 -OHUKk3
Neil
1
-410
/
+411
2015-02-17
Bug [#1697]. Allow folding of multiline comments in Ruby.
Neil
1
-0
/
+24
2015-02-12
fix problem with typdef class statements creating a fold point, expecting an ...
Joe Mueller
1
-3
/
+13
2015-02-09
add support for escaped identifiers
Joe Mueller
1
-1
/
+13
2015-02-10
Fix hang in folding when document starts with "entity".
Neil
1
-3
/
+4
2015-01-30
fix folding bugs with extern and pure virtual functions/tasks. fix folding bu...
Joe Mueller
1
-1
/
+57
2015-01-29
fix problem with folding comments by re-folding the previous line as was done...
Joe Mueller
1
-1
/
+12
2015-01-24
Fix a bug with the q-quote operator.
Neil
1
-23
/
+27
2015-01-22
Feature [feature-requests:#1098]. Accept `is`/`us` integer suffixes instead of
Neil
1
-1
/
+3
2015-01-13
fix bug in handling of comments, make some new features conditional on lexer ...
Joe Mueller
1
-19
/
+29
2015-01-13
LexHex S-Record: use the required data field size for some highlighting
Markus Heidelberg
1
-29
/
+75
2015-01-13
LexHex: use SCE_HEX_RECTYPE_UNKNOWN also for Srec and IHex
Markus Heidelberg
1
-4
/
+22
2015-01-11
LexHex: add a default case for handling faulty states to all lexers
Markus Heidelberg
1
-0
/
+15
2015-01-11
LexHex: add a new state for garbage data after the record
Markus Heidelberg
1
-8
/
+12
2015-01-11
LexHex Tektronix: use more address field types, not just data address
Markus Heidelberg
1
-8
/
+30
2015-01-11
LexHex: move general helper function up and add a prototype
Markus Heidelberg
1
-17
/
+18
2015-01-11
LexHex Tektronix: use the dedicated helper function for getting the length
Markus Heidelberg
1
-1
/
+2
2015-01-11
LexHex Tektronix: fix whitespace issues and remove unused leftover code
Markus Heidelberg
1
-11
/
+14
2015-01-11
LexHex: rename Tektronix extended HEX lexer from "thex" to "tehex"
Markus Heidelberg
1
-14
/
+14
2015-01-08
Feature [feature-requests:#1096]. Lexer added for Tektronix extended hex files.
Neil
1
-0
/
+203
2015-01-06
attempt to fix compile errors with different versions of g++ caused by missin...
Joe Mueller
1
-4
/
+5
2015-01-06
modify LexVerilog.cxx to support coloring of inactive code due to preprocesso...
Joe Mueller
1
-142
/
+652
2015-01-05
Add folding support for Intel HEX files
Markus Heidelberg
1
-3
/
+57
2014-12-30
Add new lexer for Intel HEX file format
Markus Heidelberg
1
-1
/
+282
2014-12-30
S-Record lexer: rename states from SCE_SREC_.. to SCE_HEX_..
Markus Heidelberg
1
-39
/
+39
2014-12-30
S-Record lexer: extract reusable parts of helper functions
Markus Heidelberg
1
-35
/
+60
2014-12-29
S-Record lexer: fix the description of the maximum data field digit count
Markus Heidelberg
1
-8
/
+8
2014-12-29
S-Record lexer: add future-proof highlighting for unknown record types
Markus Heidelberg
1
-12
/
+14
2014-12-29
S-Record lexer: correctly count the characters of an invalid short line
Markus Heidelberg
1
-8
/
+18
2014-12-17
Highlights doc comment keywords; has separate styles for input, output, and
Neil
1
-68
/
+137
2014-12-12
LexBash: Empty heredoc delimiters can also be indented
Colomban Wendling
1
-1
/
+2
2014-12-12
LexBash: Only tabulations are allowed as prefix with `<<-` heredoc
Colomban Wendling
1
-1
/
+1
2014-12-12
LexBash: Don't allow spaces between `<<` and `-` in a heredoc operator
Colomban Wendling
1
-3
/
+6
2014-12-09
Feature [feature-requests:#1091]. Lexer for Motorola S-Record.
Neil
1
-0
/
+360
2014-11-28
LexCPP: Also fold on square brackets
Colomban Wendling
1
-2
/
+2
2014-11-29
Add a missing comma to separate word list decriptions.
rel-3-5-2
Neil
1
-1
/
+1
2014-11-25
Bug [#1420]. CoffeeScript: Describe existing secondary keyword sets
Colomban Wendling
1
-0
/
+3
2014-11-25
Bug [#1420]. CoffeeScript: Drop code that doesn't apply to CoffeeScript
Colomban Wendling
1
-166
/
+9
2014-10-14
Bug [#1664]. Fix folding of "block" keyword.
Neil
1
-1
/
+2
2014-09-06
Support the q-quote operator as SCE_SQL_QOPERATOR.
Neil
1
-1
/
+31
2014-09-03
Remove unused function.
Neil Hodgson
1
-5
/
+0
2014-09-03
Feature [feature-requests:#1071]. BibTeX lexer added.
Neil
1
-0
/
+315
2014-09-03
Normalise header inclusion order.
Neil
1
-2
/
+2
2014-08-22
Bug [#613]. Fix folding when "component' before name.
Neil
1
-13
/
+37
2014-08-20
Bug [#1527]. Support block comments in VHDL.
Neil
1
-11
/
+65
2014-08-09
Added lexer for registry files.
Neil
1
-0
/
+416
[next]