fix(treesitter): defaults for @namespace.builtin
This commit is contained in:
parent
7c26eedfdc
commit
65a88b14d9
@ -232,6 +232,7 @@ function M.setup()
|
|||||||
["@keyword.return"] = { link = "@keyword" },
|
["@keyword.return"] = { link = "@keyword" },
|
||||||
["@function.method"] = { link = "Function" },
|
["@function.method"] = { link = "Function" },
|
||||||
["@function.method.call"] = { link = "@function.method" },
|
["@function.method.call"] = { link = "@function.method" },
|
||||||
|
["@namespace.builtin"] = { link = "@variable.builtin" },
|
||||||
["@none"] = {},
|
["@none"] = {},
|
||||||
["@number"] = { link = "Number" },
|
["@number"] = { link = "Number" },
|
||||||
["@keyword.directive"] = { link = "PreProc" },
|
["@keyword.directive"] = { link = "PreProc" },
|
||||||
|
Loading…
Reference in New Issue
Block a user