From 17bbf68203ba250c5f809d3ba0b0f0dfb937c810 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Sim=C3=B5es?= Date: Sat, 23 Nov 2024 12:29:39 -0500 Subject: Add @lsp.type.modifier.java --- lua/gruvbox.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/gruvbox.lua b/lua/gruvbox.lua index 3b7748f..e8b7d2a 100644 --- a/lua/gruvbox.lua +++ b/lua/gruvbox.lua @@ -1201,6 +1201,7 @@ local function get_groups() ["@lsp.type.interface"] = { link = "@constructor" }, ["@lsp.type.macro"] = { link = "@macro" }, ["@lsp.type.method"] = { link = "@method" }, + ["@lsp.type.modifier.java"] = { link = "@keyword.type.java" }, ["@lsp.type.namespace"] = { link = "@namespace" }, ["@lsp.type.parameter"] = { link = "@parameter" }, ["@lsp.type.property"] = { link = "@property" }, -- cgit v1.2.3