mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 11:27:46 +03:00
parent
53b70d821e
commit
e232333d4a
3 changed files with 6 additions and 5 deletions
|
@ -271,9 +271,9 @@
|
||||||
; ---
|
; ---
|
||||||
; Macros
|
; Macros
|
||||||
; ---
|
; ---
|
||||||
(meta_item
|
(attribute
|
||||||
(identifier) @function.macro)
|
(identifier) @function.macro)
|
||||||
(attr_item
|
(attribute
|
||||||
[
|
[
|
||||||
(identifier) @function.macro
|
(identifier) @function.macro
|
||||||
(scoped_identifier
|
(scoped_identifier
|
||||||
|
|
|
@ -51,13 +51,14 @@
|
||||||
.
|
.
|
||||||
(_) @expr-start
|
(_) @expr-start
|
||||||
value: (_) @indent
|
value: (_) @indent
|
||||||
|
alternative: (_)? @indent
|
||||||
(#not-same-line? @indent @expr-start)
|
(#not-same-line? @indent @expr-start)
|
||||||
(#set! "scope" "all")
|
(#set! "scope" "all")
|
||||||
)
|
)
|
||||||
(if_let_expression
|
(if_expression
|
||||||
.
|
.
|
||||||
(_) @expr-start
|
(_) @expr-start
|
||||||
value: (_) @indent
|
condition: (_) @indent
|
||||||
(#not-same-line? @indent @expr-start)
|
(#not-same-line? @indent @expr-start)
|
||||||
(#set! "scope" "all")
|
(#set! "scope" "all")
|
||||||
)
|
)
|
||||||
|
|
|
@ -42,7 +42,7 @@
|
||||||
|
|
||||||
(; #[test]
|
(; #[test]
|
||||||
(attribute_item
|
(attribute_item
|
||||||
(meta_item
|
(attribute
|
||||||
(identifier) @_test_attribute))
|
(identifier) @_test_attribute))
|
||||||
; allow other attributes like #[should_panic] and comments
|
; allow other attributes like #[should_panic] and comments
|
||||||
[
|
[
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue