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-09-24
Bug [#2045]. LexCPP: Fix 'elif' token length
huki
1
-1
/
+1
2018-09-20
Fix highlighting of non-ASCII characters in links.
maboroshin
1
-30
/
+30
2018-09-18
Guard against shifting by negative amount as that is undefined behaviour.
Neil Hodgson
2
-2
/
+10
2018-09-18
Initialize variables to ensure no undefined behaviour.
Neil Hodgson
1
-4
/
+4
2018-09-04
Feature [feature-requests:#1144]. Add folding for shell if, do, and case.
Colomban Wendling
1
-0
/
+15
2018-06-21
Feature [feature-requests:#1185]. Add lexers for SAS and Stata.
Luke Rasmussen
2
-0
/
+423
2018-06-04
Use const and noexcept, initialize, avoid casts and improve variable name.
Neil
1
-29
/
+29
2018-06-04
Use lambda in preference to function object.
Neil
1
-10
/
+2
2018-05-28
Add styles for diffs containing patches.
Andreas Rönnquist
1
-0
/
+8
2018-05-23
Replace C-style casts with C++ casts. Use const.
Neil
1
-21
/
+21
2018-05-23
Change from function to object lexer. Use string and set types to simplify code.
Neil
1
-212
/
+307
2018-05-22
Move static functions into anonymous namespace and drop "static".
Neil
1
-225
/
+225
2018-05-16
Use standard library function.
Neil
1
-1
/
+2
2018-05-06
Feature [feature-requests:#1166]. Property lexer.edifact.highlight.un.all
Iain Clarke
1
-10
/
+28
2018-05-02
Add "change team" and "endteam" folding terms.
darmar
1
-1
/
+3
2018-04-23
Remove include of Platform.h that is not used by the CoffeeScript lexer as that
Neil
1
-1
/
+0
2018-04-19
Templatize MakeUpperCase/MakeLowerCase so they work on char/int without casts.
Neil
1
-2
/
+2
2018-04-14
Undo some changes that snuck in the last change set.
Neil
1
-7
/
+7
2018-04-14
Make some changes recommended by clang-tidy.
Neil Hodgson
2
-13
/
+14
2018-03-16
Remove line-end white space.
Neil
7
-26
/
+26
2018-03-08
Fix relexing from inside multiline comments.
Gunter Königsmann
1
-9
/
+17
2018-03-08
Bug [#1952]. Match identifier chains with dots and colons.
Kein-Hong Man
1
-56
/
+94
2018-03-06
Feature [feature-requests:#1210]. Maxima lexer added.
Gunter Königsmann
1
-0
/
+214
2018-01-02
[Bug #1985] Add 'while' keyword to Matlab lexer keywords that start a fold block
John Donoghue
1
-0
/
+1
2017-11-05
Stop treating '\' as an escape character in strings.
Vicente
1
-7
/
+26
2017-11-05
Indent more uniformly with spaces instead of tabs.
Vicente
1
-34
/
+34
2017-10-26
Fix nested Django tags inside a comment breaking highlighting of rest of file.
Stephan Deibel
1
-1
/
+1
2017-10-15
Bug [#1977]. Folder treats triple-quoted f-strings like triple-quoted strings.
Zufu Liu
1
-3
/
+3
2017-10-13
New pre_processor added recently to baan.
oirfeodent
1
-4
/
+6
2017-09-25
Avoiding comma operator warnings from Clang in lexers.
Neil Hodgson
3
-5
/
+15
2017-09-15
Bug [#1972]. Change encoding used in comments to UTF-8.
Zufu Liu
4
-4
/
+8
2017-09-11
The Scintilla namespace is always active for internal symbols and for the lexer
Neil
105
-210
/
+0
2017-09-01
Use "Falls through" comments to avoid warnings from GCC 7.1.
Neil Hodgson
6
-0
/
+8
2017-08-29
Fix issue, where in few cases the lexing needs to be done only for functions.
oirfeodent
1
-1
/
+4
2017-08-28
Bug [#1966]. "defined A" removes "A" before replacing "defined" with value.
Jannick
1
-0
/
+1
2017-08-28
Bug [#1966]. #define A is treated as #define A 1.
Jannick
1
-0
/
+2
2017-08-28
Bug [#1966]. Default value of 0 for undefined preprocessor symbols.
Jannick
1
-2
/
+2
2017-08-18
Bug [#1968]. Use sql.backslash.escapes for double quoted strings.
Justin Clift
1
-1
/
+1
2017-08-07
Bug [#1965]. Implement "fold", "fold.comment", and "fold.compact" properties.
Zufu Liu
1
-2
/
+8
2017-07-17
Fix signed / unsigned comparison warnings.
Neil
1
-4
/
+4
2017-07-17
Update types for Unix LP64 after changes to Sci_Position/Sci_PositionU.
Neil Hodgson
11
-16
/
+18
2017-07-17
Mark overriding methods as "override".
Neil Hodgson
1
-4
/
+4
2017-07-17
Implement style metadata for some languages.
Neil
4
-9
/
+311
2017-06-22
Add style metadata methods with null implementations.
Neil
1
-0
/
+12
2017-06-22
Merge Ilexer and ILexerWithSubStyles into ILexer4 to avoid need for version
Neil
18
-42
/
+43
2017-07-03
SCE_BAAN_NUMBER was not highlighted, if followed by an operator... This Bug i...
oirfeodent
1
-1
/
+1
2017-06-29
Bug [#1951]. matlab lexer - dont use 'end' as a keyword when used as a index.
John Donoghue
1
-0
/
+13
2017-06-22
Update IDocument for version 4. Drop IDocumentWithLineEnd interface to just have
Neil
1
-2
/
+2
2017-06-22
Add a DefaultLexer class which lexers can subclass if they want reasonable
Neil
16
-17
/
+33
2017-06-22
Fix printf formatting with correct format specifier and cast to allow argument
Neil
1
-1
/
+1
[next]