OIL.vim : A syntax file for the OSEK Implementation Language (OIL).
| script karma |
Rating 5/5,
Downloaded by 742 |
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 |
| |
script versions (upload new version)
Click on the package to download.
ip used for rating: 216.73.216.130
|