I'm getting a false positive in Python by defining a command line argument as '--sql', and I don't want it to highlight this. I need a way to ignore the trigger for that line. Thanks!
Hi DeflateAwning,
This is another case of #4, you can also follow the solution, edit file syntaxes/highlight-string-code.json, to achieve your purpose.
I'm getting a false positive in Python by defining a command line argument as
'--sql'
, and I don't want it to highlight this. I need a way to ignore the trigger for that line. Thanks!