mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 21:10:15 -04:00
fix(highlight): Use TSParameter
This commit is contained in:
parent
bbe8e5eab2
commit
5a7579c8f5
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ hlmap["annotation"] = "TSAnnotation"
|
|||
hlmap["function"] = "TSFunction"
|
||||
hlmap["function.builtin"] = "TSFuncBuiltin"
|
||||
hlmap["function.macro"] = "TSFuncMacro"
|
||||
hlmap["parameter"] = "TSIdentifier"
|
||||
hlmap["parameter"] = "TSParameter"
|
||||
hlmap["method"] = "TSMethod"
|
||||
hlmap["field"] = "TSField"
|
||||
hlmap["property"] = "TSProperty"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue