Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
This fixes the coloring of deleted lines in which starts with "--" such as closing HTML comments ("-->").
Signed-off-by: Sven Strickroth <email@cs-ware.de>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
indenting.
* lexers/LexMatlab.cxx
(IsMatlabComment): removed unused function.
(IsOctaveComment): removed unused function.
(LowerCase): Added inline function.
(CheckKeywordFoldPoint): New function.
(FoldMatlabOctaveDoc): use style and keyword to identify fold points.
(FoldMatlabDoc): Use IsMatlabCommentChar.
(FoldOctaveDoc): Use IsOctaveCommentChar.
|
|
Bug Fix.
|
|
|
|
|
|
Remove warning suppression pragma no longer needed for Perl's StyleContext.
|
|
|
|
|
|
grouped.
fold.baan.keywords.based adds declaration folding. Hence added fold.baan.sections property.
Preprocessor does not allow space in between # and words. Lexes only defined preprocessors.
Declarations are folded as well.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
support for abridged keywords.
|
|
ILexer implementation
Lexer can now correctly handle:
"end triggers" phrase
"last-event:function" phrase
Indefinite comment level depth
|
|
|
|
|
|
|
|
|
|
The lexer can't handle getting out of some states, so make sure never
to start in any of them.
|
|
|
|
|
|
|
|
overflowed after an edit.
|
|
See https://doc.rust-lang.org/book/unsized-types.html#sized.
|
|
|
|
|
|
Feature [feature-requests:#1138].
|
|
|
|
Part of bug [#1810].
|
|
Part of bug [#1810].
|
|
https://doc.rust-lang.org/reference.html#unicode-escapes
|
|
|
|
unlimited levels.
|
|
This prevents a later assertion failure.
|