mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-08 22:40:12 -04:00
fix(readline): proper indents while editing
This commit is contained in:
parent
aa805bf22f
commit
8ec79c4785
1 changed files with 3 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
||||||
(conditional_construct) @indent.begin
|
(conditional_construct) @indent.begin
|
||||||
|
|
||||||
|
(ERROR
|
||||||
|
"$if") @indent.begin
|
||||||
|
|
||||||
[
|
[
|
||||||
"$else"
|
"$else"
|
||||||
"$endif"
|
"$endif"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue