sponsor Vim development Vim logo Vim Book Ad

widl.vim : Web IDL (widl) syntax highlighting

 script karma  Rating 5/2, Downloaded by 639  Comments, bugs, improvements  Vim wiki

created by
Alexander Futász
 
script type
syntax
 
description
Syntax Highlighting support for Web IDL files. Also supports doxygen-like commands in the comment blocks as supported by the widlproc tool.
 
install details
On Linux:
Save widl.vim to ~/.vim/syntax/

On Windows:
Save widl.vim into one of the following locations:
  a) Your user profile path, e.g. "C:\Users\username\" and there into "vimfiles\syntax\".
  or
  b) The path vim was installed to, e.g. "C:\Program Files\Vim\vimfiles\syntax\".

For vim to recognize *.widl files you need to add the following to a file named filetype.vim

augroup filetypedetect
au BufNewFile,BufRead *.widl setf widl
augroup END

Save that file in the "vimfiles" directory you chose above.
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
widl.vim 1.0 2011-06-21 7.0 Alexander Futász Initial upload
ip used for rating: 3.20.238.187

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github