Skip to content

Commit

Permalink
fix(treesitter): namespace.builtin
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Oct 3, 2023
1 parent e89caa3 commit b6bca90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/tokyonight/theme.lua
Expand Up @@ -243,6 +243,7 @@ function M.setup()
--- Identifiers
["@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`.
["@namespace.builtin"] = { fg = c.red }, -- Variable names that are defined by the languages, like `this` or `self`.

--- Text
-- ["@text.literal.markdown"] = { fg = c.blue },
Expand Down

0 comments on commit b6bca90

Please sign in to comment.