fix: reset @lsp.type.comment

Linking `@lsp.type.comment` to `Comment` or `@comment` makes TODO
comments look like normal comments.
This commit is contained in:
Fitrah Muhammad 2023-04-19 00:08:54 +08:00
commit 59479772e3
No known key found for this signature in database
GPG key ID: D2A41BC11275406C

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' })