Dear Marc,
this is not a problem of vim-latexsuite, but of the syntax file of vim
for tex. It is typically located in a location like
/usr/share/vim/vim73/syntax/tex.vim
However, the best solution would be to create a file
.vim/syntax/tex/breqn.vim
which contains the highlighting information for breqn. This can be
accomplished with something like
call TexNewMathZone("breqnA","dmath",0)
Imho, the first argument should be a unique identifier, see also the
above tex.vim file.
Best regards
Gerd
On 02/27/2013 09:47 PM, Marc Maetz wrote:
> Dear List,
>
> I'm using the package breqn (automatic line breaking of displayed
> equations) together with vim-latexsuite. Its environments (dmath,
> dgroup, dseries, darray) are not implemented in the ftplugin so all
> underscores and carets are colored red. What is the solution for this?
>
> Best,
> Marc
>
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_feb
> _______________________________________________
> Vim-latex-devel mailing list
> Vim...@li...
> https://lists.sourceforge.net/lists/listinfo/vim-latex-devel
>
|