mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
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:
parent
3935606b6c
commit
59479772e3
1 changed files with 1 additions and 0 deletions
|
|
@ -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' })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue