fix: string color

This commit is contained in:
Brian Pooe 2023-12-20 16:04:01 +02:00
parent f67218566b
commit 1f65254286

View file

@ -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.