mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(lua): correctly highlight do_statement
This commit is contained in:
parent
db033f7239
commit
b8a7f0ea38
1 changed files with 6 additions and 0 deletions
|
|
@ -43,6 +43,12 @@
|
|||
"until"
|
||||
] @repeat)
|
||||
|
||||
(do_statement
|
||||
[
|
||||
"do"
|
||||
"end"
|
||||
] @keyword)
|
||||
|
||||
[
|
||||
"in"
|
||||
"local"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue