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
2013-05-09
* Literate Haskell support
kudah
1
-69
/
+178
2013-05-08
Fixed a bug when --:> was highlighted as a constructor
kudah
1
-52
/
+85
2013-05-16
Feature: [feature-requests:#990]. Fix for #define foo /**/
nyamatongwe
1
-1
/
+0
2013-05-15
Feature: [feature-requests:#990]. Style added for preprocessor doc comment.
nyamatongwe
1
-2
/
+8
2013-05-08
Hide implementation of WordList.
nyamatongwe
2
-9
/
+9
2013-05-07
Simplified code and avoid warning.
nyamatongwe
1
-2
/
+2
2013-05-04
* Allow arbitrary amount of # suffixes in identifiers with lexer.haskell.allo...
kudah
1
-61
/
+118
2013-04-21
* Fixed a bug when a dashes-only comment double-counted a line and could hang...
kudah
1
-76
/
+148
2013-04-30
Bug: [#1468]. Latex highlighting breaks Unicode characters if preceeded by \.
nyamatongwe
1
-3
/
+3
2013-04-19
* Use SCE_HA_COMMENTBLOCK2, SCE_HA_COMMENTBLOCK3
kudah
1
-27
/
+68
2013-04-18
Fix clang warning
kudah
1
-3
/
+2
2013-04-18
Fold indented imports.
kudah
1
-8
/
+39
2013-04-17
Fixed import folding interfering with indentation folding
kudah
1
-2
/
+14
2013-04-17
Removed importCurrent
kudah
1
-6
/
+6
2013-04-17
Removed dead assignment.
nyamatongwe
1
-1
/
+0
2013-04-13
Really minor refactor
kudah
1
-13
/
+12
2013-04-12
* Converted Haskell lexer to a class
kudah
1
-125
/
+235
2013-04-12
LexPowerShell fixes and improvements
gentoo90
1
-2
/
+49
2013-04-09
Haskell lexer
kudah
1
-56
/
+203
2013-04-07
Fixed few things in haskell lexer
kudah
1
-25
/
+87
2013-04-05
Fix crash in 64-bit builds due to unsigned underflow.
nyamatongwe
1
-1
/
+1
2013-04-04
Improvements to Haskell Lexer:
kudah
1
-142
/
+209
2013-04-03
Feature [#1414]. MATLAB/Octave style block comments.
nyamatongwe
1
-10
/
+77
2013-04-01
Reduce scope of variable.
nyamatongwe
1
-2
/
+1
2013-03-18
Bug: [#1454]. Reject raw strings when character after " is in " )\\\t\v\f\n".
nyamatongwe
1
-1
/
+3
2013-03-11
Bug [#1412]. Recognise a JavaScript RegExp literal in more situations.
nyamatongwe
1
-5
/
+3
2013-03-07
Bug: [#482]. Refix to make /// comment not affect folding of following /* com...
nyamatongwe
1
-3
/
+7
2013-02-23
Bug: [#1447]. Interpret PHP within HTML comments.
nyamatongwe
1
-2
/
+1
2013-02-22
Longer name for new errorlist lexer state.
nyamatongwe
1
-1
/
+1
2013-02-21
Feature: [#978]. Update preprocessor defines upon encountering an #undef dire...
nyamatongwe
1
-3
/
+19
2013-02-20
Recognise GCC include path diagnostics that appear before an error.
nyamatongwe
1
-0
/
+4
2013-02-20
Removed function that is no longer used.
nyamatongwe
1
-5
/
+0
2013-02-20
Bug: [#1447]. Don't interrupt HTML comment for XML Processing Instruction.
nyamatongwe
1
-0
/
+1
2013-01-30
Fix clang --analyze warnings.
nyamatongwe
1
-2
/
+2
2013-01-11
Add folding support to the GetText (PO) lexer
Colomban Wendling
1
-1
/
+65
2013-01-19
Implement Unicode line ends and substyles in C++ lexer.
nyamatongwe
1
-21
/
+72
2013-01-11
Feature: [#970]. Latex folding and better syntax highlighting.
nyamatongwe
2
-297
/
+539
2013-01-10
Updated to style hidden commands differently.
nyamatongwe
1
-69
/
+116
2012-12-30
Fix parsing of JavaScript regular expressions containing a delimiter in a range
Colomban Wendling
1
-6
/
+11
2012-12-30
Bug #3578824. Ignore comments when evaluating preprocessor expressions.
nyamatongwe
1
-1
/
+4
2012-12-30
Bug #3578824. Avoid crashes due to char being signed so negative for non-ASCII.
nyamatongwe
1
-5
/
+5
2012-10-11
LexCPP: recognize hexadecimal floating point binary exponents
Colomban Wendling
1
-1
/
+3
2012-09-25
Fix bad folding with CASE statement when it is used for assignment.
Jerome LAFORGE
1
-15
/
+13
2012-09-19
Handle nested delimiter pairs. Feature #3569352.
nyamatongwe
1
-7
/
+124
2012-09-16
Fix multiple issues with Bash lexing and folding. Bug #3526563.
nyamatongwe
1
-5
/
+20
2012-09-15
Fix bad folding block when LOOP statement nested into CASE statement.
Jerome LAFORGE
1
-2
/
+3
2012-09-14
Recognize Ruby HereDoc after an instance or class variable
Colomban Wendling
1
-1
/
+6
2012-09-13
Fix folding of "for" Ruby loops
Colomban Wendling
1
-2
/
+5
2012-09-13
Remove duplicated branch in PO lexer
Colomban Wendling
1
-2
/
+1
2012-09-13
Move PO lexer out of LexOthers
Colomban Wendling
2
-112
/
+150
[prev]
[next]