#18131
Yutaka Emura
Keymaster

Hi Meir,

1. Currently, there is no smart way, but you can specify “# ” as a line comment (insert a space at the end of ‘#”), and make sure to use a space after ‘#’ for every comment line.

2.3. You could use regular expressions – negative lookbehind search (?)warn , but that could slow down the process.

Thanks!