Skip to content

Commit

Permalink
Merge pull request #23 from barrientosvctor/develop
Browse files Browse the repository at this point in the history
fix(treesitter): builtin type highlighting
  • Loading branch information
barrientosvctor authored May 19, 2024
2 parents 14a6993 + e09b15b commit c20dd36
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 c20dd36

Please sign in to comment.