mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 17:36:19 +04:00
28 lines
341 B
Scheme
28 lines
341 B
Scheme
|
; inherits: python
|
||
|
|
||
|
|
||
|
[
|
||
|
(rule_definition)
|
||
|
(checkpoint_definition)
|
||
|
(rule_inheritance)
|
||
|
(module_definition)
|
||
|
] @indent
|
||
|
|
||
|
[
|
||
|
(rule_definition)
|
||
|
(checkpoint_definition)
|
||
|
(rule_inheritance)
|
||
|
(module_definition)
|
||
|
] @extend
|
||
|
|
||
|
|
||
|
(directive) @indent
|
||
|
(directive) @extend
|
||
|
|
||
|
(rule_import
|
||
|
"with"
|
||
|
":") @indent
|
||
|
(rule_import
|
||
|
"with"
|
||
|
":") @extend
|