Open
Description
Strings are highlighted as comments, especially when used as commands
rule hostname:
output:
"out/{id}.txt"
threads:
1
resources:
tmpdir=".tmp"
conda:
'base'
shell:
'''
sleep 2;echo `hostname` > {output}
echo fdf >> {resources.tmpdir}/fdf
'''
The strings in the shell, output, and conda parts are all recognized as comments and highlighted in green
Metadata
Metadata
Assignees
Labels
No labels
Activity
skwde commentedon Jul 18, 2023
Here is a screenshot of the problem:
Hocnonsense commentedon Apr 3, 2025
Hello, Is this problem still exists?