diff options
| author | Jędrzej Boczar <yendreij@gmail.com> | 2021-01-08 00:33:15 +0100 |
|---|---|---|
| committer | Thomas Vigouroux <tomvig38@gmail.com> | 2021-01-14 13:54:43 +0100 |
| commit | e6b8c5e680fa11bee487230e1b8bc32b5aa647d5 (patch) | |
| tree | 5a14de17bd2b99ed8fb21bfdf1eb281345380a27 /queries/python | |
| parent | 512323142463d4b75d775e744f60637ba9d1fe23 (diff) | |
indent: add Python @return queries
Diffstat (limited to 'queries/python')
| -rw-r--r-- | queries/python/indents.scm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/queries/python/indents.scm b/queries/python/indents.scm index d629c954..8931e315 100644 --- a/queries/python/indents.scm +++ b/queries/python/indents.scm @@ -36,3 +36,9 @@ (except_clause) (finally_clause) ] @branch + +[ + (return_statement) + (pass_statement) + (raise_statement) +] @return |
