diff options
| author | Ellison <ellisonleao@gmail.com> | 2024-11-24 19:04:04 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-24 19:04:04 -0300 |
| commit | 1e82e391f35eed2b2c5d8354cf488f963c07ef40 (patch) | |
| tree | 1414f877afb0e325ebde7dce674f2fa4346dfd4f /lua | |
| parent | 49d9c0b150ba70efcd831ec7b3cb8ee740067045 (diff) | |
| parent | 17bbf68203ba250c5f809d3ba0b0f0dfb937c810 (diff) | |
| download | gruvbox-1e82e391f35eed2b2c5d8354cf488f963c07ef40.tar.gz gruvbox-1e82e391f35eed2b2c5d8354cf488f963c07ef40.tar.xz | |
Merge pull request #368 from gabrielsimoes/push-llslxqynlypy
Add @lsp.type.modifier.java
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/gruvbox.lua | 1 |
1 files changed, 1 insertions, 0 deletions
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" }, |
