From 667851c05f87874826084474b5f04829940b6451 Mon Sep 17 00:00:00 2001 From: Fitrah <55179750+fitrh@users.noreply.github.com> Date: Wed, 19 Apr 2023 00:29:36 +0800 Subject: [PATCH] fix: reset `@lsp.type.comment` (#155) --- lua/rose-pine/theme.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/rose-pine/theme.lua b/lua/rose-pine/theme.lua index 0d96113..4f7af42 100644 --- a/lua/rose-pine/theme.lua +++ b/lua/rose-pine/theme.lua @@ -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' })