mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 09:50:04 -04:00
indent: add Python @return queries
This commit is contained in:
parent
5123231424
commit
e6b8c5e680
1 changed files with 6 additions and 0 deletions
|
|
@ -36,3 +36,9 @@
|
||||||
(except_clause)
|
(except_clause)
|
||||||
(finally_clause)
|
(finally_clause)
|
||||||
] @branch
|
] @branch
|
||||||
|
|
||||||
|
[
|
||||||
|
(return_statement)
|
||||||
|
(pass_statement)
|
||||||
|
(raise_statement)
|
||||||
|
] @return
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue