mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 09:50:04 -04:00
fix(query): proper indentation after quantifiers
This commit is contained in:
parent
8453015093
commit
09bad640e4
3 changed files with 19 additions and 2 deletions
|
|
@ -38,4 +38,13 @@
|
|||
"toplevel"
|
||||
"list"
|
||||
] @variable
|
||||
|
||||
[
|
||||
(parent
|
||||
(child))+
|
||||
(parent
|
||||
(child))*
|
||||
(parent
|
||||
(child))?
|
||||
] @cap
|
||||
((
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue