How to disable vim markdown syntax highlight

535 Views Asked by At

I am using a setup where I keep a journal in markdown and have latex code. The trouble is that inside the latex code there are signs that are read as markdown operations and this causes vim to draw some syntax over the second "<".

Is there a way to prevent all syntax highlighting within two pairs of $?

# TEST
* $a < b < c $
0

There are 0 best solutions below