mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-06 12:27:42 +03:00
Improve C, Rust & Python indent queries & add @align captures.
This commit is contained in:
parent
eab0d4fa4b
commit
36a59e4482
3 changed files with 83 additions and 3 deletions
|
@ -73,3 +73,12 @@
|
|||
(else_clause
|
||||
"else" @outdent)
|
||||
|
||||
(parameters
|
||||
.
|
||||
(identifier) @anchor
|
||||
(#set! "scope" "tail")) @align
|
||||
(argument_list
|
||||
.
|
||||
(_) @anchor
|
||||
(#set! "scope" "tail")) @align
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue