Add attribute to the highlight map

This commit is contained in:
Akin Sowemimo 2020-07-23 13:06:20 +01:00 committed by Stephan Seitz
parent 3eac4483c0
commit ee83c3bd02
2 changed files with 2 additions and 0 deletions

View file

@ -28,6 +28,7 @@ hlmap["character"] = "TSCharacter"
hlmap["number"] = "TSNumber"
hlmap["boolean"] = "TSBoolean"
hlmap["float"] = "TSFloat"
hlmap["attribute"] = "TSAttribute"
-- Functions
hlmap["function"] = "TSFunction"