Following LaTeX file
\documentclass{article}
\usepackage{comment}
\begin{document}
\begin{comment}
text text text text text text text text text text text text text
$a=b$
text text text text text text text text text text text text text
\end{comment}
\begin{comment}
text text text text text text text text text text text text text
\begin{equation}
a=b
\end{equation}
text text text text text text text text text text text text text
\begin{empheq}[box=\widefbox]{align*}
c_1 &= a\\
c_2 &= b\\
c_3 &= c
\end{empheq}
text text text text text text text text text text text text text
\end{comment}
\end{document}
appears in neovim 0.8.2 with vimtex installed as following

Describe the solution you'd like
Lines 15, 17, 19, and 23 should also be greyed out.