feat(keywords) add keyword.return & keyword.yield

This commit is contained in:
antonk52 2021-07-04 19:55:59 +03:00 committed by Stephan Seitz
parent 859c743296
commit bd9095e969
23 changed files with 112 additions and 25 deletions

View file

@ -46,6 +46,8 @@ hlmap["include"] = "TSInclude"
hlmap["keyword"] = "TSKeyword"
hlmap["keyword.function"] = "TSKeywordFunction"
hlmap["keyword.operator"] = "TSKeywordOperator"
hlmap["keyword.return"] = "TSKeywordReturn"
hlmap["keyword.yield"] = "TSKeywordYield"
hlmap["label"] = "TSLabel"