String highlighting as comment
yeyun1999 opened this issue · 1 comments
yeyun1999 commented
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
skwde commented