feat(keywords) merge return and yield into keyword.return group

This commit is contained in:
antonk52 2021-07-04 20:24:25 +03:00 committed by Stephan Seitz
parent bd9095e969
commit 90f15d9bf7
23 changed files with 20 additions and 69 deletions

View file

@ -47,7 +47,6 @@ hlmap["keyword"] = "TSKeyword"
hlmap["keyword.function"] = "TSKeywordFunction"
hlmap["keyword.operator"] = "TSKeywordOperator"
hlmap["keyword.return"] = "TSKeywordReturn"
hlmap["keyword.yield"] = "TSKeywordYield"
hlmap["label"] = "TSLabel"