mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 20:10:10 -04:00
feat(keywords) add keyword.return & keyword.yield
This commit is contained in:
parent
859c743296
commit
bd9095e969
23 changed files with 112 additions and 25 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue