fix(treesitter): namespace.builtin
This commit is contained in:
parent
e89caa3ad6
commit
b6bca9028f
@ -243,6 +243,7 @@ function M.setup()
|
|||||||
--- Identifiers
|
--- Identifiers
|
||||||
["@variable"] = { fg = c.fg, style = options.styles.variables }, -- Any variable name that does not have another highlight.
|
["@variable"] = { fg = c.fg, 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`.
|
||||||
|
["@namespace.builtin"] = { fg = c.red }, -- Variable names that are defined by the languages, like `this` or `self`.
|
||||||
|
|
||||||
--- Text
|
--- Text
|
||||||
-- ["@text.literal.markdown"] = { fg = c.blue },
|
-- ["@text.literal.markdown"] = { fg = c.blue },
|
||||||
|
Loading…
Reference in New Issue
Block a user