fix(highlight): Use TSParameter

This commit is contained in:
Thomas Vigouroux 2020-08-10 14:09:09 +02:00 committed by Thomas Vigouroux
parent bbe8e5eab2
commit 5a7579c8f5

View file

@ -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"