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-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
2013-12-21
rust: Highlight octal literals
SiegeLord
1
-0
/
+3
2013-12-21
Fix whitespace in LexRust.cxx
SiegeLord
1
-10
/
+10
2013-12-21
rust: NULL is a valid Rust source character, so do not explicitly consider it...
SiegeLord
1
-4
/
+4
2013-12-21
rust: Fix highlighting of r#"""# raw string literal.
SiegeLord
1
-3
/
+5
2013-12-22
Avoid unsafe strcpy, strncpy, and strcat replacing with safer functions which
Neil
1
-8
/
+9
2013-12-17
Bug [#1564]. Keyword followed immediately by quoted string continued keyword ...
Neil
1
-0
/
+2
2013-12-15
Make single argument constructors explicit to avoid unexpected conversions.
Neil
1
-2
/
+2
2013-12-15
Format normalization - whitespace and braces made consistent.
Neil
6
-11
/
+12
2013-12-02
Fixed a problem when lexing started at the start of a comment line so the
Neil
1
-0
/
+1
2013-11-18
Bash: fix comment detection inside a word
Colomban Wendling
1
-1
/
+7
2013-11-17
Highlight comment doc keywords at end of document.
Neil
1
-1
/
+1
2013-11-17
Bug [#1551]. Doxygen keywords @code{.fileExtension} and @param[in,out] are s...
Neil
1
-1
/
+7
2013-11-15
CMake: fix continuation after empty comments
Colomban Wendling
1
-9
/
+5
2013-11-12
Fix out-of-bounds bug. Use symbolic constants instead of numbers.
Neil Hodgson
1
-6
/
+9
2013-11-07
Feature [feature-requests:#962]. Improvement of folding for Fortran.
Neil
1
-24
/
+79
2013-11-07
Normalize indentation to tabs.
Neil
1
-45
/
+45
2013-11-04
Remove local functions that are not used.
Neil
5
-40
/
+0
2013-10-28
Allow single quote digit separators for C++14.
Neil
1
-0
/
+1
2013-10-28
Added lexical class for user defined literals in C++11.
Neil
1
-4
/
+19
2013-10-19
Remove shadowing declarations to avoid warnings.
Neil
1
-2
/
+2
2013-10-18
Feature [feature-requests:#1026]. DMAP lexer added.
Neil
1
-0
/
+228
2013-10-17
Avoid namespace pollution by making lexer functions static.
Neil
2
-4
/
+4
2013-10-17
Feature [feature-requests:#1025]. Support multiline comments in FreeBASIC.
Neil
1
-16
/
+72
2013-10-17
Bug [#1538]. PP-line comments lost from EOL string.
Neil
1
-1
/
+1
2013-10-17
Fix sign warning in debug code.
Neil
1
-1
/
+1
2013-10-10
Bug [#1528]. Perl: POD problems with multibyte characters.
Neil
1
-4
/
+4
2013-10-09
Bug [#1528]. Perl: multibyte character problems.
Neil
1
-8
/
+12
2013-10-09
Feature [feature-requests:#1025]. Better support for string literals and Unic...
Neil
1
-90
/
+124
2013-10-08
Feature [feature-requests:#1024]. Lexer added for Rust language.
Neil
1
-0
/
+768
2013-09-26
Feature [feature-requests:#1020]. Fold 'create view' statements.
Neil
1
-31
/
+131
2013-09-22
Stricter checking for ctags lines in errorlist lexer.
Neil
1
-3
/
+10
2013-09-05
Added SCI_GETPRIMARYSTYLEFROMSTYLE.
Neil
1
-0
/
+3
2013-09-05
Bug [#1520]. Make SCI_GETSTYLEFROMSUBSTYLE work for secondary styles.
Neil
1
-1
/
+3
2013-09-05
Update Pascal lexer keywords.
Marko Njezic
1
-10
/
+11
2013-09-03
Added GetStyleFromSubStyle.
Neil
1
-0
/
+3
2013-08-17
Fix CoffeeScript styles usage
Colomban Wendling
1
-71
/
+71
2013-08-23
Updated information on script location.
nyamatongwe
1
-2
/
+2
2013-08-21
Feature: [feature-requests:#1008]. Lexer added for KVIrc script.
Neil
1
-0
/
+473
2013-08-08
Avoid warnings for uninitialized strings.
Neil
3
-1
/
+5
[next]