Make python indent query more general
Upgrade Tree-sitter for a query bugfix that I found while writing this indent query.
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
(class_definition body: (block)) @indent
|
||||
(function_definition body: (block)) @indent
|
||||
|
||||
(_ (block)) @indent
|
||||
(_ "[" "]" @end) @indent
|
||||
(_ "{" "}" @end) @indent
|
||||
(_ "(" ")" @end) @indent
|
||||
|
||||
Reference in New Issue
Block a user