Rename attribute to annotation

This commit is contained in:
Akin Sowemimo 2020-07-23 15:37:04 +01:00
parent 83138cfa3c
commit 3291939261
3 changed files with 4 additions and 4 deletions

View file

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