I write documentation in markdown using ViM and I also put math using the latex $$ symbol (I compile using pandoc). The thing is that ViM syntax wouldn't ignore the underscores _ inside the dollar symbols and it is pretty annoying. For instance if I write this:
$$ a_1 = 0 $$
Then Vim will highlight all the following text as italics due to to the underscore used.
How can I change that?
Also it would be nice if I could highlight what's inside $ with a different format.