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
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
2019-01-29
Backport: Bug [#1947]. Fix recognizing '"' after "," inside a bracketed subst...
Neil
1
-1
/
+3
2019-01-29
Backport: Feature [feature-requests:#1260]. Fix inconsistency with dot stylin...
Jad Altahan
1
-2
/
+6
2019-01-23
Backport: Feature [feature-requests:#1258]. Add function IsFuncName() to Nim ...
Jad Altahan
1
-11
/
+21
2019-01-15
Backport: Treat "#if(" as preprocessor directive "#if" followed by operator "(".
Neil
1
-1
/
+1
2019-01-13
Backport: Feature [feature-requests:#1254]. Fix bug causing fold line creatio...
Jad Altahan
1
-5
/
+6
2019-01-13
Backport: Feature [feature-requests:#1253]. Critical fixes for raw strings
Jad Altahan
1
-7
/
+56
2019-02-16
Updated copyright year.
mitchell
1
-1
/
+1
2019-01-06
Backport: Feature [feature-requests:#1251]. Properly ignore backslash in raw ...
Jad Altahan
1
-2
/
+7
2019-01-05
Backport: Modernize errorlist lexer a little - unnamed namespace, reducing va...
Neil
1
-20
/
+19
2019-01-05
Backport: Recognize negative line numbers in GCC-format messages.
Neil
1
-1
/
+1
2018-12-12
Backport: Feature [feature-requests:#1247]. Handles message groups as well as...
Iain Clarke
1
-31
/
+78
2018-12-12
Backport: Bug [#2069]. LexerCPP: modernize int to std::string conversion
Jannick
1
-3
/
+1
2018-12-12
Backport: Bug [#2069]. LexCPP: fix bug in arithmetic calculation by adding pr...
Jannick
1
-5
/
+9
2018-12-04
Backport: Bug [#2062]. Interpret continued preprocessor lines correctly by re...
Neil
1
-10
/
+20
2018-11-28
Backport: Move functions to unnamed namespace
Jad Altahan
1
-101
/
+106
2018-11-28
Backport: Removed description of fold.comment as it is shared with other lexe...
Neil
1
-2
/
+1
2018-11-28
Backport: Bug [#2054]. Reimplemented as an object lexer to support substyles ...
Kacper Kasper
1
-44
/
+221
2019-01-12
Fixed LexNim backport error.
mitchell
1
-2
/
+2
2018-11-21
Backport: Changes to IsNumOctal & SCE_NIM_IDENTIFIER
Jad Altahan
1
-5
/
+5
2018-11-21
Backport: Feature [feature-requests:#1242]. Add lexer for Nim
Jad Altahan
1
-0
/
+701
2018-11-18
Backport: Bug [#2059]. Update URL in comment.
Neil
1
-1
/
+1
2018-09-24
Backport: Bug [#2045]. LexCPP: Fix 'elif' token length
huki
1
-1
/
+1
2018-09-20
Backport: Fix highlighting of non-ASCII characters in links.
maboroshin
1
-30
/
+30
2018-09-18
Backport: Guard against shifting by negative amount as that is undefined beha...
Neil Hodgson
2
-2
/
+10
2018-09-18
Backport: Initialize variables to ensure no undefined behaviour.
Neil Hodgson
1
-4
/
+4
2018-09-04
Backport: Feature [feature-requests:#1144]. Add folding for shell if, do, and...
Colomban Wendling
1
-0
/
+15
2018-06-21
Backport: Feature [feature-requests:#1185]. Add lexers for SAS and Stata.
Luke Rasmussen
2
-0
/
+423
2018-06-04
Backport: Use const and noexcept, initialize, avoid casts and improve variabl...
Neil
1
-29
/
+29
2018-06-04
Backport: Use lambda in preference to function object.
Neil
1
-10
/
+2
2018-05-28
Backport: Add styles for diffs containing patches.
Andreas Rönnquist
1
-0
/
+8
[next]