mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 10:50:06 -04:00
lua: fix "then" highlighting
This commit is contained in:
parent
8c4eb15886
commit
809b95ddb1
1 changed files with 2 additions and 2 deletions
|
|
@ -6,13 +6,13 @@
|
||||||
(if_statement
|
(if_statement
|
||||||
[
|
[
|
||||||
"if"
|
"if"
|
||||||
"then"
|
|
||||||
"end"
|
"end"
|
||||||
] @conditional)
|
] @conditional)
|
||||||
|
|
||||||
[
|
[
|
||||||
"else"
|
"else"
|
||||||
"elseif"
|
"elseif"
|
||||||
|
"then"
|
||||||
] @conditional
|
] @conditional
|
||||||
|
|
||||||
(for_statement
|
(for_statement
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue