I am using vim to write latex. I would like to highlight the latex comments using a different file type. (For example I would like to highlight the latex comments using c++ formatting).
Is there a way to do this?
(Edit)
Example:
\section{Introduction}
% This is a comment. I would like to higlight comments using the
% syntax highlighting from c++ files (so that keywords are higlighted)
bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla ...
(Note: the end goal is not to use c++ higlighting but this makes the example more straight forward)