fix: @constant works again with semantic tokens
This commit is contained in:
parent
50594ee303
commit
50ce5969fb
@ -248,7 +248,7 @@ function M.setup()
|
|||||||
-- TSSymbol = { }; -- For identifiers referring to symbols or atoms.
|
-- TSSymbol = { }; -- For identifiers referring to symbols or atoms.
|
||||||
-- TSType = { }; -- For types.
|
-- TSType = { }; -- For types.
|
||||||
-- TSTypeBuiltin = { }; -- For builtin types.
|
-- TSTypeBuiltin = { }; -- For builtin types.
|
||||||
["@variable"] = { fg = c.fg, style = options.styles.variables }, -- Any variable name that does not have another highlight.
|
["@variable"] = { style = options.styles.variables }, -- Any variable name that does not have another highlight.
|
||||||
["@variable.builtin"] = { fg = c.red }, -- Variable names that are defined by the languages, like `this` or `self`.
|
["@variable.builtin"] = { fg = c.red }, -- Variable names that are defined by the languages, like `this` or `self`.
|
||||||
|
|
||||||
-- TSTag = { }; -- Tags like html tag names.
|
-- TSTag = { }; -- Tags like html tag names.
|
||||||
|
Loading…
Reference in New Issue
Block a user