sponsor Vim development Vim logo Vim Book Ad

OIL.vim : A syntax file for the OSEK Implementation Language (OIL).

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

created by
Christian Drothler
 
script type
syntax
 
description
This is the first version of a syntax file for OSEK Implementation Language (OIL) and OSEK Run Time Interface (ORTI).
See "http://www.osek-vdx.org"; for more information about OIL and ORTI.
 
install details
1.) Copy the file to $VIM/syntax.

2.) Add to your $VIM/filetype.vim :
CUT FROM HERE-------->
au BufEnter,BufRead,BufNewFile *.oil                 setfiletype oil
au BufEnter,BufRead,BufNewFile *.OIL               setfiletype oil
au BufEnter,BufRead,BufNewFile *.oilbase         setfiletype oil
au BufEnter,BufRead,BufNewFile *.orti                setfiletype oil
au BufEnter,BufRead,BufNewFile *.ORTI             setfiletype oil
<--------CUT UNTIL HERE
 

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
oil.vim 1.0 2003-07-09 6.0 Christian Drothler Initial upload
ip used for rating: 18.218.61.16

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