This website requires JavaScript.
Explore
Help
Sign in
benbot
/
nvim-treesitter
Watch
1
Star
0
Fork
You've already forked nvim-treesitter
0
mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced
2026-07-19 11:50:09 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
2
5e8ec943f8
nvim-treesitter
/
queries
/
yaml
/
indents.scm
5 lines
59 B
Scheme
Raw
Normal View
History
Unescape
Escape
feat: added more indent queries
2021-01-05 19:26:08 +07:00
[
(
block_mapping_pair
)
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 ```
2022-06-05 20:11:18 -03:00
(
block_sequence_item
)
feat: added more indent queries
2021-01-05 19:26:08 +07:00
]
@indent
Reference in a new issue
Copy permalink