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
/
lexlua
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-23
lexlua: Updated D lexer to not use a deprecated function.
mitchell
1
-1
/
+1
2020-08-23
lexlua: Documented color restrictions for the curses platform.
mitchell
1
-1
/
+13
2020-08-03
lexlua: Deprecated `lexer.fold_line_comments()` in favor of `lexer.fold_conse...
mitchell
51
-68
/
+85
2020-07-27
lexlua: Added C99 bool, true, and false to C lexer.
mitchell
1
-1
/
+3
2020-07-27
lexlua: Updated LuaDoc documentation.
mitchell
1
-4
/
+4
2020-07-18
lexlua: Alias `lexer.fold*` to `lexer.property['fold*']`.
mitchell
1
-0
/
+25
2020-07-14
lexlua: Minor pattern refactoring.
mitchell
120
-154
/
+154
2020-07-13
lexlua: Deprecated some unused lexer patterns.
mitchell
4
-21
/
+19
2020-07-13
lexlua: Return `lexer.colors.name` as a number if possible.
mitchell
1
-1
/
+4
2020-07-08
lexlua: Convert uses of `lexer.STYLE_*` to `lexer.styles.*`.
mitchell
43
-107
/
+108
2020-07-07
lexlua: Added `lexer.colors` and `lexer.styles` tables for themes and lexers.
mitchell
15
-432
/
+442
2020-06-25
lexlua: Updated Markdown lexer to handle code blocks and spans better.
mitchell
1
-7
/
+15
2020-06-10
Revert previous commit.
mitchell
1
-2
/
+2
2020-06-10
Support American English "changable" style setting in LexerLPeg.
mitchell
1
-3
/
+3
2020-06-01
lexlua: Added Fennel lexer.
mitchell
1
-0
/
+37
2020-04-25
Reformatted Lua LPeg lexers and added new convenience functions and pattern.
mitchell
121
-1338
/
+1245
2020-03-29
lexlua: Fixed incorrect grammar building for lexers that embed themselves.
mitchell
1
-1
/
+2
2020-03-28
Switch to 1-based style numbers internally in Lua.
mitchell
1
-57
/
+54
2020-03-26
Switch to 1-based indices in Lua.
mitchell
1
-11
/
+11
2020-03-06
More LexLPeg refactoring, including a safer Lua state.
mitchell
1
-24
/
+22
2020-01-07
lexlua: Removed unnecessary `lpeg.B()` in Rust lexer.
mitchell
1
-2
/
+2
2020-01-04
Always use string property values in lexlua themes.
mitchell
3
-6
/
+6
2019-12-31
Updated copyright year for lexlua-specific bits of LongTerm3.
mitchell
130
-130
/
+130
2019-12-28
lexlua: Added txt2tags lexer.
mitchell
1
-0
/
+196
2019-10-12
lexlua: Prevent double-counting of fold points on a single line.
mitchell
1
-1
/
+1
2019-10-12
lexlua: Added MediaWiki lexer.
mitchell
1
-0
/
+58
2019-09-20
lexlua: Removed `print()` statement in updated prolog lexer.
mitchell
1
-2
/
+0
2019-09-20
lexlua: More updates to logtalk and prolog lexers.
mitchell
2
-138
/
+390
2019-09-20
lexlua: C lexer recognizes indented preprocessor words.
mitchell
1
-5
/
+2
2019-09-20
lexlua: Updated Rust lexer.
mitchell
1
-21
/
+49
2019-09-17
Updated Prolog and Logtalk lexers.
mitchell
2
-17
/
+28
2019-06-04
lexlua: Support single quotes in C++14 integer literals.
mitchell
1
-1
/
+5
2019-06-02
lexlua: Updated Markdown lexer.
mitchell
1
-6
/
+24
2019-04-08
lexlua: Fixed rule order in YAML lexer.
mitchell
1
-1
/
+1
2019-04-08
lexlua: Fixed lack of highlighting strings in YAML.
mitchell
1
-0
/
+1
2019-03-27
lexlua: Added support for CSS 3.
mitchell
1
-2
/
+9
2019-02-16
Updated copyright year.
mitchell
129
-129
/
+129
2019-01-31
Updated dmd lexer.
mitchell
1
-4
/
+3
2019-01-31
Do not match '..' on the trailing end of floats.
mitchell
1
-1
/
+2
2018-11-25
lexlua: Updated ConTeXt Lua lexer with proper diff.
mitchell
1
-10
/
+14
2018-11-25
lexlua: Updated ConTeXt lexer.
mitchell
1
-15
/
+19
2018-10-24
lexlua: Fixed typo in a previous commit to lexer.lua.
mitchell
1
-1
/
+1
2018-10-24
lexlua: Updated Markdown lexer.
mitchell
1
-8
/
+13
2018-10-24
lexlua: Tweaked newline pattern to be more syntactically accurate.
mitchell
1
-2
/
+2
2018-10-12
lexlua: Improved HTML folding of traditionally single elements.
mitchell
1
-15
/
+25
2018-10-07
lexlua: Handle CR+LF in horizontal rules for Markdown.
mitchell
1
-2
/
+2
2018-08-10
lexlua: Updated ConTeXt lexer.
mitchell
1
-2
/
+6
2018-06-16
Fixed incorrect highlighting of indented markdown lists.
mitchell
1
-5
/
+5
2018-06-12
Fixed child lexers that embed themselves into parents and fixed proxy lexers.
mitchell
1
-6
/
+8
2018-06-05
Handle legacy lexer "_fold" functions.
mitchell
1
-0
/
+2
[next]