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:
Max Brunsfeld
2022-06-22 16:18:52 -07:00
parent 34351c0a51
commit 074caa09c2
3 changed files with 4 additions and 6 deletions
+1 -3
View File
@@ -1,6 +1,4 @@
(class_definition body: (block)) @indent
(function_definition body: (block)) @indent
(_ (block)) @indent
(_ "[" "]" @end) @indent
(_ "{" "}" @end) @indent
(_ "(" ")" @end) @indent