Skip to content

Commit

Permalink
fix(highlights.treesitter): add missing @identifier group
Browse files Browse the repository at this point in the history
  • Loading branch information
NTBBloodbath committed Feb 19, 2024
1 parent 434325e commit 5fef4bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lua/sweetie/highlights/treesitter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@ treesitter.setup = function(palette)
default = true,
link = "Function",
},
["@identifier"] = {
default = true,
link = "Identifier",
},
["@include"] = {
default = true,
link = "Include",
Expand Down

0 comments on commit 5fef4bb

Please sign in to comment.