I work on Vim with the solarized colorscheme.
In my .tex files, the syntax highlighting is different from $...$ to \[...\](or align environment).
The inline maths are in yellow, while the display-maths are in red.

The mathzone seems recognized because i'm using a math context with Ultisnips that works.
Is this difference normal, and if it is, is there a way to highlight the both in the same way ? I precise that i'm using Vimtex.
$$you are opening and closing the inline maths and leaving outside maths sentence. - Alessandro Candeloro