mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-05 11:57:43 +03:00
Rename extend indent captures.
Clarify comments in indent code.
This commit is contained in:
parent
dc443487d4
commit
081327695f
3 changed files with 15 additions and 15 deletions
|
@ -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
|
||||
|
||||
[
|
||||
")"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue