mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-14 17:30:08 -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"
|
"until"
|
||||||
] @repeat)
|
] @repeat)
|
||||||
|
|
||||||
|
(do_statement
|
||||||
|
[
|
||||||
|
"do"
|
||||||
|
"end"
|
||||||
|
] @keyword)
|
||||||
|
|
||||||
[
|
[
|
||||||
"in"
|
"in"
|
||||||
"local"
|
"local"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue