mirror of https://github.com/helix-editor/helix
Add 'while_statement' to bash indents (#8528)
parent
1ef7f24dae
commit
9f6e9a1512
|
@ -2,6 +2,7 @@
|
||||||
(function_definition)
|
(function_definition)
|
||||||
(if_statement)
|
(if_statement)
|
||||||
(for_statement)
|
(for_statement)
|
||||||
|
(while_statement)
|
||||||
(case_statement)
|
(case_statement)
|
||||||
(pipeline)
|
(pipeline)
|
||||||
] @indent
|
] @indent
|
||||||
|
|
Loading…
Reference in New Issue