From 9fc162fa0fea094a6451570c4380a1268f1921af Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Tue, 23 Jul 2024 13:31:55 -0500 Subject: [PATCH] Add eval https://www.nextflow.io/docs/latest/process.html#output-type-eval --- nextflow-mode.el | 1 + 1 file changed, 1 insertion(+) diff --git a/nextflow-mode.el b/nextflow-mode.el index 5e62c56..ff116ae 100644 --- a/nextflow-mode.el +++ b/nextflow-mode.el @@ -54,6 +54,7 @@ `((nf-type . ,(rx (and (group symbol-start (or "val" "env" + "eval" "file" "path" "stdin"