Open yeyun1999 opened 1 year ago
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
Here is a screenshot of the problem:
Strings are highlighted as comments, especially when used as commands
The strings in the shell, output, and conda parts are all recognized as comments and highlighted in green