mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 17:36:19 +04:00
a1453350df
* feat: snakemake language * feat: snakemake syntax highlighting * doc: xtask docgen - snakemake * Addressed feedback: removed redundant grammar * fixed indentation * removed has-ancestor predicate --------- Co-authored-by: “SebastianDall” <“semoda@bio.auu.dk”>
28 lines
341 B
Scheme
Executable File
28 lines
341 B
Scheme
Executable File
; 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
|