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-07-18
lexlua: Alias `lexer.fold*` to `lexer.property['fold*']`.
mitchell
1
-1
/
+20
2020-07-07
Forward-declare LexerLPeg.
mitchell
1
-663
/
+688
2020-06-20
Fixed assertion error in LPeg lexer when setting a style with no token.
mitchell
1
-1
/
+2
2020-06-17
Backport: Feature [feature-requests:1358]. Support lstlisting environment tha...
mitchell
1
-0
/
+5
2020-05-23
Backport: Fix some Doxygen-style comments to avoid Xcode warnings.
Neil Hodgson
1
-2
/
+2
2020-05-23
Backport: Fix Doxygen-style comments that refer to parameters.
Neil Hodgson
1
-2
/
+2
2020-05-05
Backport: Fixed bug where a single character line with a single character lin...
Yury Dubinsky
1
-10
/
+15
2020-05-01
Backport: Make lambdas noexcept.
Zufu Liu
1
-1
/
+1
2020-05-01
Backport: Allow arbitrary length lines by using std::string instead of array.
Neil
1
-16
/
+15
2020-05-01
Backport: Add SCE_ERR_GCC_EXCERPT style for diagnostics introduced by GCC 9.0...
Neil
1
-0
/
+18
2020-04-30
Backport: Clean up - make local function static and remove code that has no e...
Zufu Liu
1
-3
/
+1
2020-06-17
Backport: Bug [#2019]. Fix buffer over-read with absolute reference.
mitchell
1
-5
/
+4
2020-04-30
Backport: Treat \n and \r\n line ends the same after operands by setting styl...
Neil
1
-3
/
+1
2020-06-10
Revert previous commit.
mitchell
1
-3
/
+1
2020-06-10
Support American English "changable" style setting in LexerLPeg.
mitchell
1
-1
/
+3
2020-06-06
Fixed crash when LexerLPeg cannot find lexer.lua module.
mitchell
1
-0
/
+2
2020-06-02
Fixed improper cast in gcc-4.8.
mitchell
1
-1
/
+1
2020-05-26
Added SCI_PRIVATELEXERCALL API for retrieving the style number of a style name.
mitchell
1
-3
/
+9
2020-04-21
Backport: Feature [feature-requests:1346]. Add lexer.as.comment.character pro...
Dejan Budimir
1
-1
/
+9
2020-04-13
Backport: Use const, constexpr, noexcept, & nullptr. Reduce headers and use C...
Neil
1
-42
/
+39
2020-04-13
Backport: Hide implementation of EscapeSequence and use const. Add tests for ...
Neil
1
-13
/
+12
2020-04-13
Backport: Replace islower function and add tests for JavaScript regular expre...
Neil
1
-3
/
+2
2020-04-13
Backport: Use constexpr and noexcept, reduce headers and use C++ versions, ha...
Neil
1
-12
/
+10
2020-04-07
Backport: Bug [#1624]. Fix brace styling in Batch lexer so that brace matchin...
Yury Dubinsky
1
-381
/
+454
2020-04-06
Backport: Bug [#2164]. Change line comments to terminate at next line start.
Neil
1
-1
/
+1
2020-03-29
Forgot a 0-to-1 conversion in r8093.
mitchell
1
-1
/
+1
2020-03-28
Switch to 1-based style numbers internally in Lua.
mitchell
1
-6
/
+6
2020-03-26
Backport: Fix spelling mistakes.
Neil
1
-3
/
+3
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
[next]