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-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.
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
2014-08-01
Rust: Slightly refactor/comment the number literal scanning.
SiegeLord
1
-12
/
+25
2014-08-01
Support transpose character after {} operator
John Donoghue
1
-1
/
+4
2014-07-29
Rust: Highlight byte-string literals.
SiegeLord
1
-22
/
+42
2014-07-29
Rust: Allow escaping naked CR in strings.
SiegeLord
1
-1
/
+1
2014-07-29
Rust: Update hashbang comment syntax.
SiegeLord
1
-1
/
+1
2014-07-30
Ruby: fix theoretical missing assignment and remove dead one
Colomban Wendling
1
-1
/
+1
2014-07-29
Allow identifier suffix = in Ruby symbol literals
Colomban Wendling
1
-1
/
+6
2014-07-29
Allow global/class/instance variables as Ruby symbol literals
Colomban Wendling
1
-0
/
+25
2014-07-29
Bug [#1627]. Allow FIDs as Ruby symbol literals
Colomban Wendling
1
-1
/
+5
2014-07-29
Fixing previous change for mako to be type-safe.
Neil
1
-1
/
+1
2014-07-26
Bug [#1622]. Don't crash with ## comments in Mako.
Neil
1
-1
/
+7
2014-07-16
Bug [#1622]. Don't crash with SGML after a Mako comment.
Neil
1
-1
/
+3
2014-07-08
Feature [feature-requests:#1053]. Add a block comment state.
Neil
1
-0
/
+7
2014-06-22
Add missing comma.
XhmikosR
1
-1
/
+1
[next]