Re-add attribute highlight

This commit is contained in:
Akin Sowemimo 2020-09-18 16:57:38 +01:00 committed by Thomas Vigouroux
parent 8cc0b8d4c4
commit 3652bed53e
3 changed files with 4 additions and 2 deletions

View file

@ -29,6 +29,7 @@ hlmap["number"] = "TSNumber"
hlmap["boolean"] = "TSBoolean"
hlmap["float"] = "TSFloat"
hlmap["annotation"] = "TSAnnotation"
hlmap["attribute"] = "TSAttribute"
-- Functions
hlmap["function"] = "TSFunction"