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
2020-03-26
Switch to 1-based indices in Lua.
mitchell
1
-8
/
+8
2020-03-11
LexLPeg now implements DefaultLexer and NameOfStyle().
mitchell
1
-62
/
+56
2020-03-10
Fixed LexLPeg reporting of known lexers on Win32.
mitchell
1
-5
/
+7
2020-03-07
LexLPeg can now report a list of known lexers via SCI_PRIVATELEXERCALL.
mitchell
1
-57
/
+89
2020-03-06
More LexLPeg refactoring, including a safer Lua state.
mitchell
1
-82
/
+133
2020-03-06
More LexLPeg refactoring.
mitchell
1
-70
/
+92
2020-03-06
Formatted LexLPeg.cxx.
mitchell
1
-694
/
+701
2020-03-05
Refactored LexLPeg.
mitchell
1
-318
/
+343
2020-03-04
Modernize LexLPeg.
mitchell
1
-58
/
+54
2020-01-06
More synchronizing LongTerm3 with default.
mitchell
1
-5
/
+7
2020-01-05
Added Sci::make_unique() and Sci::size() for better compatibility with the de...
mitchell
1
-1
/
+1
2020-01-05
Synchronizing LongTerm3 with default.
mitchell
1
-14
/
+14
2020-01-04
Backport: Feature [feature-requests:#1328] Handle CRLF in SCE_RAKU_COMMENTLIN...
Mark Reay
1
-3
/
+6
2020-01-04
Backport: Added Raku lexer and style properties and example files
mitchell
1
-0
/
+1602
2020-01-04
Backport: Define ILexerWithIdentity with methods for retrieving name, ID, and...
mitchell
24
-54
/
+179
2019-12-13
Backport: Add or fix file name comments.
Neil
12
-7
/
+12
2019-12-13
Backport: Fix incorrect comments.
Neil
1
-2
/
+2
2019-12-31
Updated copyright year for lexlua-specific bits of LongTerm3.
mitchell
1
-1
/
+1
2019-11-21
Backport: Feature [feature-requests:#1326] Recognize squiggly heredocs.
Zufu Liu
1
-3
/
+3
2019-11-17
Backport: Feature [feature-requests:#1299] Make work for case sensitive mode.
Zufu Liu
1
-1
/
+2
2019-11-17
Backport: Feature [feature-requests:#1320] Fix tag classification when '-' pr...
Zufu Liu
1
-1
/
+4
2019-12-06
Backport: Feature [feature-requests:#1324] Add Hollywood lexer.
mitchell
1
-0
/
+512
2019-11-04
Backport: Bug [#1933]. Fix highlighting of lines longer than 1024 characters.
Neil
1
-9
/
+9
2019-11-02
Backport: Feature [feature-requests:#1299] Treat custom tags from HTML5 as kn...
Zufu Liu
1
-0
/
+14
2019-11-02
Backport: Rearrange code to allow more cases.
Neil
1
-1
/
+2
2019-11-02
Backport: Format code for space before class.
Zufu Liu
1
-0
/
+1
2019-11-02
Backport: Feature [feature-requests:#1320] Fix non-alphabetic characters in u...
Neil
1
-1
/
+2
2019-10-19
Backport: Bug [#2128]. Add fold.xml.at.tag.open option to fold tags at the st...
Zufu Liu
1
-3
/
+24
2019-10-13
Backport: Added const from patch on bug #2131.
Zufu Liu
1
-1
/
+1
2019-10-13
Backport: Bug [#2131]. Turn off whitespace fold flag when fold.compact=0.
Zufu Liu
1
-1
/
+2
2019-09-28
Backport: Bug [#2129]. Fix crash with 'interface=none' comment.
Neil
1
-1
/
+2
2019-09-26
Backport: Bug [#2121]. Support indented here-docs.
SilverDirk
1
-0
/
+27
2019-09-26
Backport: Feature [feature-requests:#1306] Fold qw arrays.
Zufu Liu
1
-0
/
+6
2019-06-25
Backport: Avoid cppcheck warnings by using same names in declaration and defi...
Neil
1
-2
/
+2
2019-06-25
Backport: Bug [#2098]. Remove unused variable.
Zufu Liu
1
-2
/
+1
2019-06-25
Backport: Bug [#2098]. Fix single quoted strings where '" (quote, double quot...
Zufu Liu
1
-1
/
+1
2019-06-25
Backport: Bug [#2112]. Matlab lexer now treats keywords as case-sensitive.
Zufu Liu
1
-1
/
+1
2019-07-11
Backport: Feature [feature-requests:#1295]. Lexer added for DataFlex.
mitchell
1
-0
/
+614
2019-05-29
Backport: Resolve some Core Guidelines warnings
Jad Altahan
1
-23
/
+23
2019-05-28
Backport: Add folding for CMake 3 function/endfunction
Jad Altahan
1
-2
/
+3
2019-05-22
Backport: Support for VB2017 bin literals & digit separators
Jad Altahan
1
-1
/
+5
2019-05-07
Backport: Fix warnings from GCC 9 because of a deprecated implicitly-declared...
Neil
1
-0
/
+7
2019-05-27
Backport: Feature [feature-requests:#1280]. Lexer added for X12.
mitchell
1
-0
/
+341
2019-03-29
Backport: Remove inclusion of "CharacterCategory.h" where not needed and add ...
Neil
3
-2
/
+1
2019-03-23
Backport: Simplified preprocessor conditional styling code, renamed 'active' ...
Neil
1
-33
/
+63
2019-03-23
Backport: Fix warnings from MSVC Code Analysis.
Neil
1
-30
/
+37
2019-03-09
Backport: Feature [feature-requests:#1268]. Improve the styling of numbers in...
Jad Altahan
1
-13
/
+7
2019-03-09
Backport: Feature [feature-requests:#1265]. Common Intermediate Language (CIL...
mitchell
1
-0
/
+404
2019-02-02
Backport: Feature [feature-requests:#1262]. Enhance raw string identifier sty...
Jad Altahan
1
-1
/
+25
2019-01-30
Backport: Feature [feature-requests:#1261]. Enhance the styling of backticks ...
Jad Altahan
1
-4
/
+19
[next]