VScode Latex: Disable syntax highlighting for a range of lines

43 Views Asked by At

My VScode with the theme should perform like the following pic:Good highlight

However, after I add some configurations for listings, it becomes:Bad highlight.

I think the point is the line I circled. There is a $ who ruins the whole theme. Is there a way to disable the highlight only for this line? Or is there another way to define this Julia code block without this issue?

0

There are 0 best solutions below