mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-10 23:40:04 -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
|
|
@ -136,6 +136,8 @@ effect on highlighting. We will work on improving highlighting in the near futur
|
|||
@keyword
|
||||
@keyword.function
|
||||
@keyword.operator (for operators that are English words, e.g. `and`, `or`)
|
||||
@keyword.return
|
||||
@keyword.yield
|
||||
@operator (for symbolic operators, e.g. `+`, `*`)
|
||||
@exception
|
||||
@include keywords for including modules (e.g. import/from in Python)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue