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
2011-01-20
Allow words to include '.' with lexer.sql.allow.dotted.word. Feature #3103129.
nyamatongwe
1
-3
/
+12
2011-01-20
Improve control over folding of C++ with options to disable syntax-based fold...
nyamatongwe
1
-8
/
+43
2011-01-19
Increased style bits to 6 as style numbers above 31 used.
nyamatongwe
1
-1
/
+1
2011-01-18
Fix problem with folding within PACKAGE. Bug #3160032.
nyamatongwe
1
-1
/
+5
2011-01-12
Complete folding for CASE WHEN THEN. Feature #3135027.
nyamatongwe
1
-83
/
+402
2011-01-05
Single quote strings with '\' to join lines now styled correctly. Bug #3150522.
nyamatongwe
1
-2
/
+2
2010-12-09
Folding for Ruby here documents. Feature #3118224.
nyamatongwe
1
-1
/
+7
2010-12-09
Folding for Bash here documents. Feature #3118223.
nyamatongwe
1
-0
/
+8
2010-11-25
Bug #3113609. Fix folding when if/else/elsif on one line.
nyamatongwe
1
-16
/
+20
2010-11-20
Bug #3108351. Fix folding with end when fold.sql.only.begin=1.
nyamatongwe
1
-6
/
+28
2010-11-16
Feature #3108351. Enable fold.at.else for SQL. From Jérôme LAFORGE.
nyamatongwe
1
-2
/
+8
2010-11-10
Remove support for Borland C++.
nyamatongwe
1
-4
/
+0
2010-11-08
Feature #3104091. Folding for CASE in SQL. From Jérôme LAFORGE.
nyamatongwe
1
-1
/
+4
2010-11-06
Lexer for Motorola 68000 assembler.
nyamatongwe
1
-0
/
+319
2010-11-03
Support for #region for PHP. Feature #3101624.
nyamatongwe
1
-2
/
+12
2010-10-31
Feature request #3098071. Property to turn off '#' as comment start in SQL.
nyamatongwe
1
-1
/
+6
2010-10-27
Fix for bug #3063822 for bash here docs starting with <<-
rel-2-22
nyamatongwe
1
-2
/
+2
2010-10-20
Trailing whitespace fixed.
nyamatongwe
1
-2
/
+2
2010-10-20
Folding fix for "if" keyword used as a modifier where it is separated
nyamatongwe
1
-3
/
+38
2010-10-20
Handle % quoting better.
nyamatongwe
1
-0
/
+9
2010-10-20
Treat all dots as operators in ranges 1..2 and 1...2 rather than
nyamatongwe
1
-0
/
+4
2010-10-10
Fix for bug #1263788 LaTeX syntax wrong for \end {something}
nyamatongwe
1
-1
/
+1
2010-09-15
Fix for bug #3066031 Wrong syntax higlight for broken c++ style comments
nyamatongwe
1
-3
/
+5
2010-09-09
Fix for bug #3062287 JavaScript lexer: recognize regexes following return key...
nyamatongwe
1
-2
/
+28
2010-09-06
Ensure changing the marker for a here-doc causes a redisplay.
nyamatongwe
1
-0
/
+6
2010-09-04
Fix for bug #3058924 wrong highlighting for float literals containing +/-.
nyamatongwe
1
-1
/
+1
2010-09-01
Fix division by 0 crash with preprocessor expressions like
nyamatongwe
1
-2
/
+2
2010-08-27
Fixed bugs caused by ignoring single character \n line ends on #include lines
nyamatongwe
1
-0
/
+8
2010-08-18
Fixed error with old compiler's incorrect view of scope.
nyamatongwe
1
-1
/
+1
2010-08-16
Bug #3045386 fixed: Markdown lexer can hang in an infinite loop
nyamatongwe
1
-2
/
+2
2010-08-11
Feature request #3042229 Refactor of powerpro lexer.
nyamatongwe
1
-132
/
+158
2010-08-11
Feature Request #3042228 Allow underscore to be a Powershell word character.
nyamatongwe
1
-1
/
+1
2010-08-10
Feature Request #3039490 Improved syntactic highlighting for Haskell
nyamatongwe
1
-81
/
+171
2010-08-07
Made it possible to turn folding off again by looking at the "fold" property.
nyamatongwe
1
-0
/
+7
2010-08-06
Bug #3031742 MySQL Lexer folding does not work. Fixed by Mike Lischke.
nyamatongwe
1
-92
/
+104
2010-08-04
Bug #3038381 Escape of EOL in JS string does not work
nyamatongwe
1
-1
/
+3
2010-08-02
Moved line state one line earlier so it refers to the state at the end of the...
nyamatongwe
1
-3
/
+3
2010-07-31
Patch from Stephan to remove bad folding for Django. Bug #3034853.
nyamatongwe
1
-5
/
+0
2010-07-23
Casts to avoid compiler warnings.
nyamatongwe
1
-3
/
+3
2010-07-23
Patch from Kein-Hong Man as feature #3033135
nyamatongwe
1
-37
/
+183
2010-07-18
Patch from Kein-Hong Man improves folding for Perl.
nyamatongwe
1
-14
/
+43
2010-07-17
Fixed bug #3029627 VHDL unclosed strings not styled correctly.
nyamatongwe
1
-2
/
+2
2010-07-17
Patch from Nick Treleaven to allow disabling explicit fold points.
nyamatongwe
1
-1
/
+6
2010-07-17
Removed debugging code.
nyamatongwe
1
-2
/
+0
2010-07-17
Lexer for Txt2tags contributed by Eric Forgeot.
nyamatongwe
1
-0
/
+481
2010-07-13
For new lexer design change includes to add new files and remove unused files.
nyamatongwe
77
-960
/
+1262
2010-07-13
Major rewrite with lexer state used to highlight preprocessor constructs.
nyamatongwe
1
-112
/
+646
2010-07-13
Moved lexers into lexers directory.
nyamatongwe
78
-0
/
+33373