fix: improved tree-sitter support (#40)
This commit is contained in:
parent
5eb534d77e
commit
9466f5e618
@ -194,6 +194,9 @@ function M.setup(config)
|
||||
-- TSBoolean = { }; -- For booleans.
|
||||
-- TSCharacter = { }; -- For characters.
|
||||
-- TSComment = { }; -- For comment blocks.
|
||||
TSNote = { fg = c.bg, bg = c.info },
|
||||
TSWarning = { fg = c.bg, bg = c.warning },
|
||||
TSDanger = { fg = c.bg, bg = c.error },
|
||||
TSConstructor = { fg = c.magenta }, -- For constructor calls and definitions: `= { }` in Lua, and Java constructors.
|
||||
-- TSConditional = { }; -- For keywords related to conditionnals.
|
||||
-- TSConstant = { }; -- For constants
|
||||
|
Loading…
Reference in New Issue
Block a user