mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -04:00
fix(indents/yaml): indent sequence/list items
This solves the second issue reported at #1377, in which the cursor would not be aligned with the line "key2: value2" when entering a new line below it. ```yaml - key1: value1 key2: value2 ```
This commit is contained in:
parent
e6ff4c8084
commit
5e8ec943f8
1 changed files with 1 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
[
|
||||
(block_mapping_pair)
|
||||
(block_sequence_item)
|
||||
] @indent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue