mirror of https://gitlab.com/basile.b/dexed.git
added missing word breakers, solve current ident highlight issues
This commit is contained in:
parent
3b746c212a
commit
4903d8097a
|
@ -268,6 +268,8 @@ begin
|
|||
|
||||
fFoldKinds := [fkBrackets];
|
||||
|
||||
WordBreakChars := WordBreakChars + ['&', '~', '`', '$'];
|
||||
|
||||
fWhiteAttrib := TSynHighlighterAttributes.Create('White','White');
|
||||
fNumbrAttrib := TSynHighlighterAttributes.Create('Number','Number');
|
||||
fSymblAttrib := TSynHighlighterAttributes.Create('Symbol','Symbol');
|
||||
|
|
Loading…
Reference in New Issue