I use the minted environment in order to insert source code in a document. Contrary to lstlistings or verbatim environment, Texmaker does interpret the contains of minted environment.
For example if I have a $ inside a bash script all lines below will be green because Texmaker considers that an equation began inside the minted environment.
Does it exist a way to configure Texmaker to do with minted as it does with listings ?
