indent: add Python @return queries

This commit is contained in:
Jędrzej Boczar 2021-01-08 00:33:15 +01:00 committed by Thomas Vigouroux
parent 5123231424
commit e6b8c5e680

View file

@ -36,3 +36,9 @@
(except_clause)
(finally_clause)
] @branch
[
(return_statement)
(pass_statement)
(raise_statement)
] @return