mirror of https://gitlab.com/basile.b/dexed.git
fix, static macro auto insertion broken due to dollar added as wordbreaker
This commit is contained in:
parent
0da23fa8f4
commit
96be761415
|
@ -268,7 +268,7 @@ begin
|
|||
|
||||
fFoldKinds := [fkBrackets];
|
||||
|
||||
WordBreakChars := WordBreakChars + ['&', '~', '`', '$'];
|
||||
WordBreakChars := WordBreakChars + ['&', '~', '`'];
|
||||
|
||||
fWhiteAttrib := TSynHighlighterAttributes.Create('White','White');
|
||||
fNumbrAttrib := TSynHighlighterAttributes.Create('Number','Number');
|
||||
|
|
Loading…
Reference in New Issue