Lua: highlight function name

This commit is contained in:
Santos Gallegos 2020-08-03 21:40:23 -05:00
parent dccc250add
commit ccbce0a253
5 changed files with 17 additions and 7 deletions

View file

@ -46,6 +46,7 @@ hlmap["repeat"] = "TSRepeat"
hlmap["label"] = "TSLabel"
hlmap["operator"] = "TSOperator"
hlmap["keyword"] = "TSKeyword"
hlmap["keyword.function"] = "TSKeywordFunction"
hlmap["exception"] = "TSException"
hlmap["type"] = "TSType"