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
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
/
include
/
SciLexer.h
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-06
New "indent" lexer styled as plain text but folded by indentation level.
Vicente
1
-0
/
+1
2017-02-12
Bug [#1848]. Support Python f-strings with new styles.
John Ehresman
1
-0
/
+4
2016-11-25
Feature [feature-requests:#1166]. EDIFACT lexer and folder added.
Iain Clarke
1
-0
/
+10
2016-09-22
Baan lexer changed significantly with more lexical states, keyword sets, and
Neil
1
-0
/
+14
2016-09-21
Feature [feature-requests:#1143]. Replace "progress" lexer with "abl".
Yuval Papish
1
-32
/
+13
2016-03-20
Feature [feature-requests:#1140]. JSON lexer added.
nkmathew
1
-0
/
+15
2015-08-28
Implement some ANSI escape sequences to change foreground colour and intensity.
Neil
1
-0
/
+18
2015-08-16
Bug [#1749]. Added lexical class for CoffeeScript instance properties and fixed
Neil
1
-0
/
+1
2015-01-15
LexHex: reorder lexer states after addition of the "unknown record type"
Markus Heidelberg
1
-15
/
+15
2015-01-11
LexHex: add a new state for garbage data after the record
Markus Heidelberg
1
-0
/
+1
2015-01-11
LexHex: rename Tektronix extended HEX lexer from "thex" to "tehex"
Markus Heidelberg
1
-1
/
+1
2015-01-08
Feature [feature-requests:#1096]. Lexer added for Tektronix extended hex files.
Neil
1
-0
/
+2
2014-12-30
Lexer added for Intel hex files.
Neil
1
-13
/
+18
2014-12-17
Highlights doc comment keywords; has separate styles for input, output, and
Neil
1
-0
/
+5
2014-12-09
Feature [feature-requests:#1091]. Lexer for Motorola S-Record.
Neil
1
-0
/
+14
2014-09-06
Support the q-quote operator as SCE_SQL_QOPERATOR.
Neil
1
-0
/
+1
2014-09-03
Feature [feature-requests:#1071]. BibTeX lexer added.
Neil
1
-0
/
+8
2014-08-20
Bug [#1527]. Support block comments in VHDL.
Neil
1
-0
/
+1
2014-08-09
Added lexer for registry files.
Neil
1
-0
/
+14
2014-07-29
Rust: Highlight byte-string literals.
SiegeLord
1
-0
/
+3
2014-07-08
Feature [feature-requests:#1053]. Add a block comment state.
Neil
1
-0
/
+1
2014-04-29
Feature [feature-requests:#1049]. Lexer added for DMIS, a language for coordi...
Neil
1
-0
/
+11
2014-04-19
Optionally highlight escape sequences in strings as SCE_C_ESCAPESEQUENCE.
Neil
1
-0
/
+1
2014-04-03
C++ lexer can highlight task marker keywords in comments as SCE_C_TASKMARKER.
Neil
1
-0
/
+1
2014-03-14
Assembler lexer variant As(SCLEX_AS) for Unix assembly code which uses '#'
Neil
1
-0
/
+1
2013-12-16
Updated headers.
Neil
1
-1
/
+0
2013-10-28
Added lexical class for user defined literals in C++11.
Neil
1
-0
/
+1
2013-10-18
Feature [feature-requests:#1026]. DMAP lexer added.
Neil
1
-0
/
+12
2013-10-17
Feature [feature-requests:#1025]. Support multiline comments in FreeBASIC.
Neil
1
-0
/
+4
2013-10-08
Feature [feature-requests:#1024]. Lexer added for Rust language.
Neil
1
-0
/
+22
2013-08-21
Feature: [feature-requests:#1008]. Lexer added for KVIrc script.
Neil
1
-0
/
+14
2013-05-23
Feature: [feature-requests:#959]. Added lexer and folder for Structured Text ...
nyamatongwe
1
-0
/
+20
2013-05-09
* Literate Haskell support
kudah
1
-0
/
+3
2013-05-15
Feature: [feature-requests:#990]. Style added for preprocessor doc comment.
nyamatongwe
1
-0
/
+1
2013-04-21
* Fixed a bug when a dashes-only comment double-counted a line and could hang...
kudah
1
-0
/
+1
2013-04-19
* Use SCE_HA_COMMENTBLOCK2, SCE_HA_COMMENTBLOCK3
kudah
1
-0
/
+1
2013-04-12
LexPowerShell fixes and improvements
gentoo90
1
-0
/
+3
2013-04-04
Improvements to Haskell Lexer:
kudah
1
-0
/
+2
2013-02-22
Longer name for new errorlist lexer state.
nyamatongwe
1
-1
/
+1
2013-02-20
Recognise GCC include path diagnostics that appear before an error.
nyamatongwe
1
-0
/
+1
2013-01-10
Updated to style hidden commands differently.
nyamatongwe
1
-0
/
+1
2012-09-08
Rewrite the GetText translation (po) lexer
Colomban Wendling
1
-0
/
+7
2012-06-22
Bug #3487406. New style SCE_C_PREPROCESSORCOMMENT for stream comments
nyamatongwe
1
-0
/
+1
2012-05-10
Lexer added for Visual Prolog. Feature #3523018.
nyamatongwe
1
-0
/
+24
2012-05-09
OScript lexer by Ferdinand Prantl added. Feature #3523018.
nyamatongwe
1
-0
/
+20
2012-02-18
Lexer added for ECL language. Feature #3488209.
nyamatongwe
1
-0
/
+29
2012-01-23
Lexer for AviSynth from Bruno Barbieri. Feature #3475611.
nyamatongwe
1
-0
/
+16
2012-01-17
Added SCSS mode to CSS lexer. From Ross McKay.
nyamatongwe
1
-0
/
+1
2011-12-22
Lexer for the Take Command / TCC scripting language. Feature #3462462.
nyamatongwe
1
-0
/
+12
2011-11-29
Feature #3436256. Lexer for CoffeeScript from Eric Promislow
nyamatongwe
1
-0
/
+27
[next]