We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 415d003 commit b42a494Copy full SHA for b42a494
lua/astrotheme/groups/plugins/nvim-treesitter.lua
@@ -10,9 +10,7 @@ local function callback(opts)
10
["@variable.parameter"] = {
11
fg = opts.simple_syntax_colors and C.syntax.text or C.syntax.orange,
12
},
13
- ["@variable.member"] = {
14
- fg = opts.simple_syntax_colors and C.syntax.text or C.syntax.red,
15
- },
+ ["@variable.member"] = { link = "@property" },
16
17
["@constant"] = { link = "Constant" },
18
["@constant.builtin"] = { link = "@constant" },
0 commit comments