highlight: add 'comment' to hlmap

This commit is contained in:
Munif Tanjim 2021-04-24 20:41:16 +06:00 committed by Thomas Vigouroux
parent b68f0cc700
commit 1cc06ac8ba

View file

@ -20,6 +20,8 @@ hlmap["boolean"] = "TSBoolean"
hlmap["character"] = "TSCharacter"
hlmap["comment"] = "TSComment"
hlmap["conditional"] = "TSConditional"
hlmap["constant"] = "TSConstant"
@ -28,7 +30,7 @@ hlmap["constant.macro"] = "TSConstMacro"
hlmap["constructor"] = "TSConstructor"
hlmap.error = "TSError"
hlmap["error"] = "TSError"
hlmap["exception"] = "TSException"
hlmap["field"] = "TSField"