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