diff options
author | Daniel Ebert | 2022-10-08 09:04:11 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2022-10-11 07:48:04 +0000 |
commit | 081327695f7d4740f8a66bf2da75905656f70a58 (patch) | |
tree | 828975fc4aa56e447fd2c1e2857e00e89366e101 /runtime | |
parent | dc443487d4be520efb667f9f93b6c3cbd22e81fd (diff) |
Rename extend indent captures.
Clarify comments in indent code.
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/queries/python/indents.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/queries/python/indents.scm b/runtime/queries/python/indents.scm index c648aebc..b7b499c0 100644 --- a/runtime/queries/python/indents.scm +++ b/runtime/queries/python/indents.scm @@ -36,7 +36,7 @@ (function_definition) (class_definition) -] @extend-indented +] @extend [ (return_statement) @@ -44,7 +44,7 @@ (continue_statement) (raise_statement) (pass_statement) -] @stop-extend +] @extend.prevent-once [ ")" |