|
Re: VI, VIM IDL plugin [message #70799 is a reply to message #70782] |
Wed, 05 May 2010 06:29  |
penteado
Messages: 866 Registered: February 2018
|
Senior Member Administrator |
|
|
On May 5, 10:19 am, nata <bernat.puigdomen...@gmail.com> wrote:
> Hi guys,
>
> Do you know if there is an IDL plugin to have syntax highlighting in
> VI or VIM ?
> Thanks,
> nata
Though I have abandoned its use to edit IDL code years ago (in favor
of IDL's editors, even in pre-Eclipse times, or, in their absence,
Emacs), vi always highlighted IDL syntax for me, out of the box.
Looking around, the IDL-related files I could find come in the package
vim-common-7.2.245-3.fc12.x86_64:
/usr/share/vim/vim72/indent/idlang.vim
/usr/share/vim/vim72/syntax/idlang.vim
There are other files that mention idl in the name, but they refer to
the Interface Description Language.
|
|
|