fix(treesitter): defaults for @namespace.builtin

This commit is contained in:
Folke Lemaitre 2024-01-21 11:28:41 +01:00
parent 7c26eedfdc
commit 65a88b14d9
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040

View File

@ -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" },