added missing word breakers, solve current ident highlight issues

This commit is contained in:
Basile Burg 2014-12-11 12:16:31 +01:00
parent 3b746c212a
commit 4903d8097a
1 changed files with 2 additions and 0 deletions

View File

@ -268,6 +268,8 @@ begin
fFoldKinds := [fkBrackets];
WordBreakChars := WordBreakChars + ['&', '~', '`', '$'];
fWhiteAttrib := TSynHighlighterAttributes.Create('White','White');
fNumbrAttrib := TSynHighlighterAttributes.Create('Number','Number');
fSymblAttrib := TSynHighlighterAttributes.Create('Symbol','Symbol');