mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 20:40:02 -04:00
Update highlights.scm
Adds `undef` and `redo` keywords. https://docs.ruby-lang.org/en/2.4.0/syntax/miscellaneous_rdoc.html#label-undef https://docs.ruby-lang.org/en/2.4.0/syntax/control_expressions_rdoc.html#label-redo+Statement
This commit is contained in:
parent
3cd45c302a
commit
16abfdc11c
1 changed files with 2 additions and 0 deletions
|
|
@ -14,9 +14,11 @@
|
|||
"ensure"
|
||||
"module"
|
||||
"next"
|
||||
"redo"
|
||||
"rescue"
|
||||
"retry"
|
||||
"then"
|
||||
"undef"
|
||||
] @keyword
|
||||
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue