Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
non-ASCII characters.
Calls provided for determining whether characters are in the sets defined for
identifiers by the Unicode standard in UAX #31.
|
|
|
|
|
|
Add support for multiline expressions in triple quoted f-strings.
Handle nested "()", "[]", and "{}" in f-string expressions and terminate
expression coloring at ":" or "!".
End f-string if ending quote is seen in a "{}" expression.
Fix terminating single quoted f-string at EOL.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|