-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnextflow.nanorc
19 lines (9 loc) · 914 Bytes
/
nextflow.nanorc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# syntax for nextflow
syntax "nextflow" ".*\.(nf|nextflow)$"
color green "(afterScript|beforeScript|buffer|cache|Channel|choice|close|clusterOptions|collate|collect|conda|container|containerOptions|count|countBy|cpus|create|disk|dump|echo|empty|errorStrategy|executor|ext|false|file|filter|first|flatMap|flatten|from|fromFilePairs|fromPath|fromSRA|groupBy|groupTuple|ifEmpty|input|into|label|last|map|max|maxErrors|maxForks|maxRetries|memory|min|module|null|output|params|penv|pod|print|println|process|publishDir|queue|randomSample|reduce|route|scratch|script|separate|set|stageInMode|stageOutMode|storeDir|subscribe|tag|take|time|toInteger|toList|toSortedList|transpose|true|unique|until|val|validExitStatus|value|view|watchPath|when)"
color yellow start="/\*" end="\*/"
color yellow "//.*"
color brightblue start=""""" end="""""
color red "\$\{[^\}]*\}"
color yellow "\\"
color magenta "\"([^\"]*)\""