Skip to content

Commit

Permalink
Update channel factories and channel operators
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Ribeiro-Dantas <mribeirodantas@seqera.io>
  • Loading branch information
mribeirodantas committed Nov 27, 2022
1 parent 8ec30fe commit 4e37342
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Nextflow.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -910,7 +910,7 @@ contexts:
- include: nextflow

channel-operators:
- match: \.(create|empty|fromFilePairs|fromPath|from|value|watchPath)
- match: \.(create|empty|from|fromList|fromPath|fromFilePairs|fromSRA|of|value|watchPath)
captures:
1: support.function.channel-factory.nextflow
- match: \s+\.(distinct|filter|first|last|randomSample|take|unique|until)
Expand All @@ -926,7 +926,7 @@ contexts:
- match: \s*\.(choice|separate|route)
captures:
1: keyword.operator.channel-forking-operator.nextflow
- match: \s*\.(toInteger|countBy|count|min|max|sum)
- match: \s*\.(toInteger|countBy|count|min|max|sum|branch|multiMap)
captures:
1: keyword.operator.channel-maths-operator.nextflow
- match: \s*\.(close|dump|ifEmpty|println|print|set|view)\b
Expand Down

0 comments on commit 4e37342

Please sign in to comment.