Skip to content

Commit

Permalink
fix(treesitter): defaults for @namespace.builtin
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jan 21, 2024
1 parent 7c26eed commit 65a88b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/tokyonight/theme.lua
Expand Up @@ -232,6 +232,7 @@ function M.setup()
["@keyword.return"] = { link = "@keyword" },
["@function.method"] = { link = "Function" },
["@function.method.call"] = { link = "@function.method" },
["@namespace.builtin"] = { link = "@variable.builtin" },
["@none"] = {},
["@number"] = { link = "Number" },
["@keyword.directive"] = { link = "PreProc" },
Expand Down

0 comments on commit 65a88b1

Please sign in to comment.