Open nick-youngblut opened 8 months ago
Another example that I just ran into, which is caused by caiman_output/
in the publishDir
line:
Still present in v1.0.0
Here is another minimal example:
The slashes are being parsed as slashy strings. Might be able to fix it in the textmate grammar with some hack, otherwise it might require semantic highlighting (https://github.com/nextflow-io/language-server/issues/8)
I'm creating dynamic publishDir paths (e.g.,
publishDir { file(params.output_dir) / "QC/${step}/multiqc/" }
), which breaks the syntax coloring (see attached).I'm using the
2022-4-13, 09:46:21
release of thenextflow.nextflow
VS Code extension.