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
2018-04-14
Backport: Undo some changes that snuck in the last change set.
Neil
1
-7
/
+7
2018-05-05
Backport: Make some changes recommended by clang-tidy.
mitchell
2
-13
/
+14
2018-03-25
Fixed LPeg lexer incorrectly applying style changes to stale property sets.
mitchell
1
-6
/
+11
2018-03-16
Backport: Remove line-end white space.
Neil
6
-23
/
+23
2018-03-16
Fixed compiler warnings in LPeg lexer.
mitchell
1
-8
/
+7
2018-03-08
Backport: Fix relexing from inside multiline comments.
Gunter Königsmann
1
-9
/
+17
2018-03-08
Backport: Bug [#1952]. Match identifier chains with dots and colons.
Kein-Hong Man
1
-56
/
+94
2018-03-06
Backport: Feature [feature-requests:#1210]. Maxima lexer added.
Gunter Königsmann
1
-0
/
+214
2018-01-02
Backport: [Bug #1985] Add 'while' keyword to Matlab lexer keywords that start...
John Donoghue
1
-0
/
+1
2017-11-05
Backport: Stop treating '\' as an escape character in strings.
Vicente
1
-7
/
+26
2017-11-05
Backport: Indent more uniformly with spaces instead of tabs.
Vicente
1
-34
/
+34
2017-10-26
Backport: Fix nested Django tags inside a comment breaking highlighting of re...
Stephan Deibel
1
-1
/
+1
2017-10-15
Backport: Bug [#1977]. Folder treats triple-quoted f-strings like triple-quot...
Zufu Liu
1
-3
/
+3
2017-09-25
Backport: Avoiding comma operator warnings from Clang in lexers.
Neil Hodgson
3
-5
/
+15
2017-09-15
Backport: Bug [#1972]. Change encoding used in comments to UTF-8.
Zufu Liu
4
-4
/
+8
2018-03-15
Use active Scintilla namespace in LPeg lexer.
mitchell
1
-4
/
+0
2017-09-11
Backport: The Scintilla namespace is always active for internal symbols and f...
Neil
105
-210
/
+0
2017-09-01
Backport: Use "Falls through" comments to avoid warnings from GCC 7.1.
Neil Hodgson
6
-0
/
+8
2017-08-28
Backport: Bug [#1966]. "defined A" removes "A" before replacing "defined" wit...
Jannick
1
-0
/
+1
2017-08-28
Backport: Bug [#1966]. #define A is treated as #define A 1.
Jannick
1
-0
/
+2
2017-08-28
Backport: Bug [#1966]. Default value of 0 for undefined preprocessor symbols.
Jannick
1
-2
/
+2
2017-08-18
Backport: Bug [#1968]. Use sql.backslash.escapes for double quoted strings.
Justin Clift
1
-1
/
+1
2017-08-07
Backport: Bug [#1965]. Implement "fold", "fold.comment", and "fold.compact" p...
Zufu Liu
1
-2
/
+8
2017-07-17
Backport: Fix signed / unsigned comparison warnings.
Neil
1
-4
/
+4
2017-07-17
Backport: Update types for Unix LP64 after changes to Sci_Position/Sci_Positi...
Neil Hodgson
11
-16
/
+18
2017-07-17
Backport: Mark overriding methods as "override".
Neil Hodgson
1
-4
/
+4
2017-07-17
Backport: Implement style metadata for some languages.
Neil
4
-9
/
+311
2017-06-22
Backport: Add style metadata methods with null implementations.
Neil
1
-4
/
+16
2017-06-29
Backport: Bug [#1951]. matlab lexer - dont use 'end' as a keyword when used a...
John Donoghue
1
-0
/
+13
2017-06-22
Backport: Add a DefaultLexer class which lexers can subclass if they want rea...
Neil
16
-17
/
+33
2017-06-22
Backport: Fix printf formatting with correct format specifier and cast to all...
Neil
1
-1
/
+1
2017-06-22
Backport: Use same types for CheckLevelCommentLine to allow 64-bit Sci_Position.
Neil
1
-1
/
+1
2017-06-07
Backport: Bug [#1919]. Rust - Update integer suffixes.
Pavel Sountsov
1
-1
/
+3
2017-06-09
Backport: Use min and max from std instead of own version from platform.
Neil
1
-1
/
+3
2018-03-11
Added optional Lua lexer support.
mitchell
1
-0
/
+795
2017-10-15
Apply patch set #6396 to LongTerm3 Branch.
oirfeodent
1
-4
/
+6
2017-08-30
Apply patch set #6385 to LongTerm3 Branch.
oirfeodent
1
-1
/
+4
2017-07-05
Apply patch set #6335 to LongTerm3 Branch.
oirfeodent
1
-1
/
+1
2017-05-18
Handle Hex & Exp representations properly. Octal representation not available...
oirfeodent
1
-3
/
+20
2017-05-12
If "Show End of Line" is enabled, using sc.atLineEnd causes <CR> to be colour...
oirfeodent
1
-1
/
+2
2017-05-08
Bug [#1944]. Recognize strings in lists in more cases.
Kein-Hong Man
1
-2
/
+15
2017-04-21
Treat comments at the end of the file as separate from the preceding structure.
Neil
1
-2
/
+8
2017-04-19
Include header needed for std::lower_bound used in SparseState.h.
Neil
1
-0
/
+1
2017-04-18
Bug [#1936]. Implement comment folding.
darmar
1
-9
/
+211
2017-04-18
Bug [#1935]. Recognize a preprocessor line after a line continuation.
darmar
1
-9
/
+13
2017-04-15
Use bool literals true and false instead of 1 and 0.
Neil
1
-4
/
+4
2017-04-10
Bug [#1931]. Recognize comments in more situations and treat "..." like "---".
Jim Pattee
1
-1
/
+5
2017-04-09
Further use of range-for.
Neil
1
-9
/
+9
2017-04-07
Prefer C++ static cast over C-style casts.
Neil
2
-5
/
+5
2017-04-06
Added const to some lexers.
Neil
6
-61
/
+61
[next]