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
2014-08-01
Rust: Slightly refactor/comment the number literal scanning.
SiegeLord
1
-12
/
+25
2014-08-01
Support transpose character after {} operator
John Donoghue
1
-1
/
+4
2014-07-29
Rust: Highlight byte-string literals.
SiegeLord
1
-22
/
+42
2014-07-29
Rust: Allow escaping naked CR in strings.
SiegeLord
1
-1
/
+1
2014-07-29
Rust: Update hashbang comment syntax.
SiegeLord
1
-1
/
+1
2014-07-30
Ruby: fix theoretical missing assignment and remove dead one
Colomban Wendling
1
-1
/
+1
2014-07-29
Allow identifier suffix = in Ruby symbol literals
Colomban Wendling
1
-1
/
+6
2014-07-29
Allow global/class/instance variables as Ruby symbol literals
Colomban Wendling
1
-0
/
+25
2014-07-29
Bug [#1627]. Allow FIDs as Ruby symbol literals
Colomban Wendling
1
-1
/
+5
2014-07-29
Fixing previous change for mako to be type-safe.
Neil
1
-1
/
+1
2014-07-26
Bug [#1622]. Don't crash with ## comments in Mako.
Neil
1
-1
/
+7
2014-07-16
Bug [#1622]. Don't crash with SGML after a Mako comment.
Neil
1
-1
/
+3
2014-07-08
Feature [feature-requests:#1053]. Add a block comment state.
Neil
1
-0
/
+7
2014-06-22
Add missing comma.
XhmikosR
1
-1
/
+1
2014-06-19
Bug [#1614]. Don't crash on incomplete macro definition "#define x(".
Neil Hodgson
1
-1
/
+3
2014-06-02
Bug [#1605]. Fix fold matching problem caused by "<<<".
Neil
1
-1
/
+10
2014-05-31
Safer handling of "#define X" which caused fault in debug build with Visual C++.
Neil
1
-1
/
+1
2014-05-24
Header include statements are now in a standardised order with that order
Neil
9
-11
/
+11
2014-05-24
Removing style byte indicators.
Neil
4
-11
/
+9
2014-05-24
Removing use of style byte indicator in Scriptol lexer.
Neil
1
-31
/
+1
2014-05-24
Removing use of style byte indicator in PostScript lexer.
Neil
1
-22
/
+6
2014-05-24
Moving declaration inside loop to prevent a 'scope can be reduced' warning.
Neil
1
-2
/
+1
2014-05-24
Fix raw string recognition so that R"xxx(blah)xxx" is styled as SCE_C_STRINGRAW.
Neil
1
-3
/
+11
2014-01-20
Fix typos in comments (lexers)
Stefan Weil
5
-8
/
+8
2014-05-14
Limit iterations when expanding macros in case a macro is recursive such as
Neil
1
-1
/
+4
2014-05-13
Feature [feature-requests:#1051]. Fixed shadowed local variable.
Neil
1
-1
/
+1
2014-05-12
Feature [feature-requests:#1051]. Support #if defined SYMBOL.
Neil
1
-94
/
+252
2014-05-02
Add missing not sign to fix DMIS label highlighting
Andreas Tscharner
1
-1
/
+1
2014-05-02
DMIS Minor words can also start with the digits 2, 3 or 4
Andreas Tscharner
1
-1
/
+1
2014-04-29
Fix some warnings instead of relying upon #pragma to hide them
Neil
3
-5
/
+5
2014-04-29
Feature [feature-requests:#1049]. Lexer added for DMIS, a language for coordi...
Neil
1
-0
/
+355
2014-04-21
Avoid warning about use of bitwise operators on boolean values.
Neil
1
-2
/
+2
2014-04-19
Use an unnamed namespace instead of static as classes and structs can't be st...
Neil
1
-9
/
+14
2014-04-19
Optionally highlight escape sequences in strings as SCE_C_ESCAPESEQUENCE.
Neil
1
-2
/
+62
2014-04-14
Fix write one past array end bug.
Neil
1
-2
/
+3
2014-04-03
Feature [feature-requests:#1047]. Supports Go back quoted raw string literals...
Neil
1
-0
/
+9
2014-04-03
C++ lexer can highlight task marker keywords in comments as SCE_C_TASKMARKER.
Neil
1
-0
/
+42
2014-03-17
Avoid warning about excessive variable scope.
Neil
1
-2
/
+1
2014-03-17
Bug [#1583]. Fix styling 0...myArray.length all as a number.
Neil
1
-1
/
+1
2014-03-17
Bug [#1583]. Fix keyword style extending past end of word.
Neil
1
-0
/
+7
2014-03-14
Assembler lexer variant As(SCLEX_AS) for Unix assembly code which uses '#'
Neil
1
-3
/
+10
2014-02-06
Avoid warning for excessive variable scope.
Neil
1
-2
/
+1
2014-02-06
Fix crashes and other bugs by removing folding of do-label constructs.
Neil
1
-32
/
+7
2014-02-02
Avoid warnings.
Neil
2
-8
/
+8
2014-01-19
Avoid warnings for potential read from uninitialised buffer.
Neil
1
-1
/
+1
2014-01-18
Support octave vs matlab '!' handling
John Donoghue
1
-4
/
+9
2014-01-11
Rust: Make lexing of float literals more correct.
SiegeLord
1
-21
/
+23
2014-01-08
Feature [feature-requests:#1041]. Highlight hex, octal, and binary numbers in...
Neil
1
-2
/
+2
2013-12-21
rust: Implement nested block comments
SiegeLord
1
-18
/
+28
2013-12-21
rust: Make the doc-comment detection more strict (and consistent with new Rus...
SiegeLord
1
-25
/
+18
[next]