I define some complex regex using the "@exclude" attribute in the userscript header.
So, I would like something like a "@comment" attribute to document it, which would be ignored by the Tampermonkey engine.
If I use an unknown tag (i.e.: "@test"), I get a linter warning:
That's why I am asking for official support of comment tag
I define some complex regex using the "@exclude" attribute in the userscript header.
So, I would like something like a "@comment" attribute to document it, which would be ignored by the Tampermonkey engine.
If I use an unknown tag (i.e.: "@test"), I get a linter warning:
That's why I am asking for official support of comment tag