You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 (nextflow-io/language-server#8)
bentsherman
changed the title
syntax coloring error for publishDir { }
Syntax highlighting error with slashes
Oct 29, 2024
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.The text was updated successfully, but these errors were encountered: