diff --git a/lua/tokyonight/theme.lua b/lua/tokyonight/theme.lua index 3d272faa..d2892f3c 100644 --- a/lua/tokyonight/theme.lua +++ b/lua/tokyonight/theme.lua @@ -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 },