TSConstant bold only instead of bold,italic

This commit is contained in:
Michael Chris Lopez
2021-10-07 09:45:19 +08:00
parent 63fa98885e
commit 2a1191d6d6
4 changed files with 4 additions and 4 deletions

View File

@@ -219,7 +219,7 @@ local theme = lush(function()
-- TSComment { }; -- For comment blocks.
-- TSConstructor { }; -- For constructor calls and definitions: ` { }` in Lua, and Java constructors.
-- TSConditional { }; -- For keywords related to conditionnals.
TSConstant { Identifier, gui = "bold,italic" }; -- For constants
TSConstant { Identifier, gui = "bold" }; -- For constants
TSConstBuiltin { Number }; -- For constant that are built in the language: `nil` in Lua.
TSConstMacro { Number }; -- For constants that are defined by macros: `NULL` in C.
-- TSError { }; -- For syntax/parser errors.