Skip to content

Commit 5cea057

Browse files
authored
fix(lsp): un-commented type.property highlight (#68)
fix(lsp): un-comment type.property highlight
1 parent 166d653 commit 5cea057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/astrotheme/groups/lsp.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ local function callback(opts)
2323
["@lsp.type.keyword"] = { link = "Keyword" },
2424
["@lsp.type.operator"] = { link = "Operator" },
2525
["@lsp.type.parameter"] = { link = "@parameter" },
26-
-- ["@lsp.type.property"] = { link = "@property" },
26+
["@lsp.type.property"] = { link = "@property" },
2727
["@lsp.type.variable"] = { link = "@lsp.type.variable" },
2828
["@lsp.typemod.enumMember.defaultLibrary"] = {
2929
fg = opts.simple_syntax_colors and C.syntax.blue or C.syntax.cyan,

0 commit comments

Comments
 (0)