mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 05:20:00 -04:00
Re-add attribute highlight
This commit is contained in:
parent
8cc0b8d4c4
commit
3652bed53e
3 changed files with 4 additions and 2 deletions
|
|
@ -29,6 +29,7 @@ hlmap["number"] = "TSNumber"
|
|||
hlmap["boolean"] = "TSBoolean"
|
||||
hlmap["float"] = "TSFloat"
|
||||
hlmap["annotation"] = "TSAnnotation"
|
||||
hlmap["attribute"] = "TSAttribute"
|
||||
|
||||
-- Functions
|
||||
hlmap["function"] = "TSFunction"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue