oasis.vim : OASIS-CC Syntax
script karma |
Rating 8/2,
Downloaded by 867 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
David Morris |
|
script type |
syntax |
|
description |
This file provides syntax definitions for OASIS-CC.
Note that this syntax file only fully defines the statements commonly used in configuring the OASIS-CC database (i.e. if blocks and insert/delete/update commands). The full range of CSTOL commands have not been taken into consideration by this script. |
|
install details |
Place in your personal syntax directory (e.g. ${HOME}/.vim/syntax), and either add a modeline to all OASIS-CC files ("vim:ft=oasis") or associate an extention such as .prc with the oasis file type:
if exists ("oasis_filetypes")
finish
endif
augroup filetypedetect
" associate OASIS-CC Procedures with the oasis file type
au! BufRead,BufNewFile *.prc setfiletype oasis
" associate OASIS-CC Macros with the oasis file type
au! BufRead,BufNewFile *.mac setfiletype oasis
augroup end |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 18.225.235.215
|