fix: string color
This commit is contained in:
parent
f67218566b
commit
1f65254286
1 changed files with 1 additions and 1 deletions
|
|
@ -225,7 +225,7 @@ return lush(function(injected_functions)
|
|||
sym("@boolean")({ Boolean }),
|
||||
sym("@character")({ Character }),
|
||||
sym("@string")({ String }),
|
||||
sym("@string.typescript")({ fg = green }),
|
||||
sym("@string.typescript")({ fg = html_css_green }),
|
||||
sym("@string.regex")({ Character }),
|
||||
sym("@string.escape")({ Character }), -- escape characters within a string
|
||||
sym("@symbol")({ fg = green, gui = it }), -- For identifiers referring to symbols or atoms.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue