Skip to content

Commit

Permalink
fix(treesitter): builtin type highlighting
Browse files Browse the repository at this point in the history
In Neovim 0.10, builtin Treesitter Type highlight printed the wrong color. Now it's fixed.
  • Loading branch information
barrientosvctor committed May 19, 2024
1 parent c5eb174 commit e09b15b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/abyss/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,7 @@ function M.get_treesitter()
["@constant.macro"] = { link = "Constant" },
["@parameter.reference"] = { link = "@lsp.type.parameter" },
["@exception"] = { link = "Exception" },
["@type.builtin"] = { link = "@lsp.type.type" },

-- Typescript
["@type.qualifier.typescript"] = { link = "Statement" },
Expand Down

0 comments on commit e09b15b

Please sign in to comment.