fix: reset @lsp.type.comment (#155)

This commit is contained in:
Fitrah 2023-04-19 00:29:36 +08:00 committed by GitHub
commit 9cb8497413

View file

@ -264,6 +264,7 @@ function M._load(options)
h('@namespace', { link = '@include' })
-- LSP Semantic Token Groups
h('@lsp.type.comment', {})
h('@lsp.type.enum', { link = '@type' })
h('@lsp.type.keyword', { link = '@keyword' })
h('@lsp.type.interface', { link = '@interface' })