Re: [Vim-latex-devel] Defining a new command in a vim-latex suite
Brought to you by:
srinathava,
tmaas
From: Javier R. <jer...@gm...> - 2006-07-11 14:19:23
|
On 7/10/06, ahmet nurlu <ahm...@ya...> wrote: > > Hi, > I define a new command in a preamble such as: > > \newcommand{\be}{\begin{equation}} > \newcommand{\ee}{\end{equation}} > > When I start a new display equation like below: > > \be > A^{ij} B_{ij} > \ee > > Vim-Latex suite thinks that I wrote someting in math in text mode and puts > some red blocks on subscripts and superscripts to warn me. > > How could I overcome this problem that the Vim-Latex suite accepts my > definition for a display math equation. > I think the only way to solve this issue would be to modify your latex syntax file. It would be ask too much to latexsuite to wait that it could search the definition and change the syntax higlightinng accordingly. Sorry, no other thing that I can think about it Javier Rojas |