We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e0dbb4 commit ae41992Copy full SHA for ae41992
lua/nightfox/group/modules/treesitter.lua
@@ -56,7 +56,7 @@ function M.get(spec, config, opts)
56
-- ["@function.method.call"] = { }, -- method calls
57
58
["@constructor"] = { fg = syn.ident }, -- constructor calls and definitions
59
- ["@operator"] = { fg = syn.builtin1, stl.variables }, -- symbolic operators (e.g. `+` / `*`)
+ ["@operator"] = { link = "Operator" }, -- symbolic operators (e.g. `+` / `*`)
60
61
-- Keywords ---------------------------------------------------------------
62
["@keyword"] = { link = "Keyword" }, -- keywords not fitting into specific categories
0 commit comments