mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 12:50:09 -04:00
Add more indentations
This commit is contained in:
parent
6a56be08e1
commit
cd421899a8
1 changed files with 5 additions and 0 deletions
|
|
@ -12,6 +12,10 @@
|
||||||
(array)
|
(array)
|
||||||
(argument_list)
|
(argument_list)
|
||||||
(case)
|
(case)
|
||||||
|
(while)
|
||||||
|
(until)
|
||||||
|
(for)
|
||||||
|
(begin)
|
||||||
] @indent
|
] @indent
|
||||||
|
|
||||||
[
|
[
|
||||||
|
|
@ -30,6 +34,7 @@
|
||||||
"]"
|
"]"
|
||||||
(when)
|
(when)
|
||||||
(elsif)
|
(elsif)
|
||||||
|
(else)
|
||||||
"end"
|
"end"
|
||||||
] @branch
|
] @branch
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue