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-11-21
Feature [feature-requests:#1326] Recognize squiggly heredocs.
Zufu Liu
1
-3
/
+3
2019-11-17
Feature [feature-requests:#1299] Make work for case sensitive mode.
Zufu Liu
1
-1
/
+2
2019-11-17
Feature [feature-requests:#1320] Fix tag classification when '-' present.
Zufu Liu
1
-1
/
+4
2019-11-12
Feature [feature-requests:#1324] Add Hollywood lexer.
Andreas Falkenhahn
1
-0
/
+512
2019-11-04
Bug [#1933]. Fix highlighting of lines longer than 1024 characters.
Neil
1
-9
/
+9
2019-11-02
Feature [feature-requests:#1299] Treat custom tags from HTML5 as known tags.
Zufu Liu
1
-0
/
+14
2019-11-02
Rearrange code to allow more cases.
Neil
1
-1
/
+2
2019-11-02
Format code for space before class.
Zufu Liu
1
-0
/
+1
2019-11-02
Feature [feature-requests:#1320] Fix non-alphabetic characters in unknown tags.
Neil
1
-1
/
+2
2019-10-19
Bug [#2128]. Add fold.xml.at.tag.open option to fold tags at the start of the
Zufu Liu
1
-3
/
+24
2019-10-13
Added const from patch on bug #2131.
Zufu Liu
1
-1
/
+1
2019-10-13
Bug [#2131]. Turn off whitespace fold flag when fold.compact=0.
Zufu Liu
1
-1
/
+2
2019-09-28
Bug [#2129]. Fix crash with 'interface=none' comment.
Neil
1
-1
/
+2
2019-09-26
Bug [#2121]. Support indented here-docs.
SilverDirk
1
-0
/
+27
2019-09-26
Feature [feature-requests:#1306] Fold qw arrays.
Zufu Liu
1
-0
/
+6
2019-06-25
Avoid cppcheck warnings by using same names in declaration and definition.
Neil
1
-2
/
+2
2019-06-25
Bug [#2098]. Remove unused variable.
Zufu Liu
1
-2
/
+1
2019-06-25
Bug [#2098]. Fix single quoted strings where '" (quote, double quote) was seen
Zufu Liu
1
-1
/
+1
2019-06-25
Bug [#2112]. Matlab lexer now treats keywords as case-sensitive.
Zufu Liu
1
-1
/
+1
2019-06-15
Feature [feature-requests:#1295]. Lexer added for DataFlex.
Wil van Antwerpen
1
-0
/
+608
2019-05-29
Resolve some Core Guidelines warnings
Jad Altahan
1
-24
/
+24
2019-05-28
Add folding for CMake 3 function/endfunction
Jad Altahan
1
-2
/
+3
2019-05-22
Support for VB2017 bin literals & digit separators
Jad Altahan
1
-1
/
+5
2019-05-07
Fix warnings from GCC 9 because of a deprecated implicitly-declared operator=
Neil
1
-0
/
+7
2019-04-29
Feature [feature-requests:#1280]. Lexer added for X12.
Iain Clarke
1
-0
/
+341
2019-03-29
Remove inclusion of "CharacterCategory.h" where not needed and add <vector> to
Neil
3
-2
/
+1
2019-03-23
Simplified preprocessor conditional styling code, renamed 'active' to 'inactive'
Neil
1
-33
/
+63
2019-03-23
Fix warnings from MSVC Code Analysis.
Neil
1
-35
/
+44
2019-03-09
Feature [feature-requests:#1268]. Improve the styling of numbers in Nim
Jad Altahan
1
-13
/
+7
2019-02-28
Feature [feature-requests:#1265]. Common Intermediate Language (CIL) lexer.
Jed Altahan
1
-0
/
+404
2019-02-02
Feature [feature-requests:#1262]. Enhance raw string identifier styling in Nim
Jad Altahan
1
-1
/
+25
2019-01-30
Feature [feature-requests:#1261]. Enhance the styling of backticks in Nim
Jad Altahan
1
-4
/
+19
2019-01-29
Bug [#1947]. Fix recognizing '"' after "," inside a bracketed substitution.
Neil
1
-1
/
+3
2019-01-29
Feature [feature-requests:#1260]. Fix inconsistency with dot styling in Nim.
Jad Altahan
1
-2
/
+6
2019-01-23
Feature [feature-requests:#1258]. Add function IsFuncName() to Nim lexer.
Jad Altahan
1
-11
/
+21
2019-01-15
Treat "#if(" as preprocessor directive "#if" followed by operator "(".
Neil
1
-1
/
+1
2019-01-13
Feature [feature-requests:#1254]. Fix bug causing fold line creation in comments
Jad Altahan
1
-5
/
+6
2019-01-13
Feature [feature-requests:#1253]. Critical fixes for raw strings
Jad Altahan
1
-7
/
+56
2019-01-06
Feature [feature-requests:#1251]. Properly ignore backslash in raw strings.
Jad Altahan
1
-2
/
+7
2019-01-05
Modernize errorlist lexer a little - unnamed namespace, reducing variable scope,
Neil
1
-20
/
+19
2019-01-05
Recognize negative line numbers in GCC-format messages.
Neil
1
-1
/
+1
2018-12-12
Feature [feature-requests:#1247]. Handles message groups as well as messages.
Iain Clarke
1
-31
/
+78
2018-12-12
Bug [#2069]. LexerCPP: modernize int to std::string conversion
Jannick
1
-3
/
+1
2018-12-12
Bug [#2069]. LexCPP: fix bug in arithmetic calculation by adding precedence l...
Jannick
1
-5
/
+9
2018-12-04
Bug [#2062]. Interpret continued preprocessor lines correctly by reading all of
Neil
1
-10
/
+20
2018-11-28
Move functions to unnamed namespace
Jad Altahan
1
-101
/
+106
2018-11-28
Removed description of fold.comment as it is shared with other lexers and the
Neil
1
-2
/
+1
2018-11-28
Bug [#2054]. Reimplemented as an object lexer to support substyles for multiple
Kacper Kasper
1
-44
/
+221
2018-11-21
Changes to IsNumOctal & SCE_NIM_IDENTIFIER
Jad Altahan
1
-5
/
+5
2018-11-21
Feature [feature-requests:#1242]. Add lexer for Nim
Jad Altahan
1
-0
/
+701
[next]