Open
Description
I often use comments to switch between two commands with the same arguments. In the following code, the syntax highlighting detects that the opening bracket is in %\secondcommand{, instead of \firstcommand{. How to make syntax highlighting ignore brackets in comments, so that it can detect pairs of brackets just like the compiler does ?

Ignoring all comments for syntax highlighting could be an acceptable solution to me, even if it unactivate %TODO detection or other features. How to do that ?
Any help would be appreciated.