
* 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”>
27 lines
341 B
Scheme
Executable file
27 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
|