mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat(keywords) merge return and yield into keyword.return group
This commit is contained in:
parent
bd9095e969
commit
90f15d9bf7
23 changed files with 20 additions and 69 deletions
|
|
@ -137,7 +137,6 @@ effect on highlighting. We will work on improving highlighting in the near futur
|
|||
@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