sponsor Vim development Vim logo Vim Book Ad

oasis.vim : OASIS-CC Syntax

 script karma  Rating 8/2, Downloaded by 760  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
 

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
oasis.vim 1.0 2003-10-06 5.7 David Morris Initial upload
ip used for rating: 44.198.57.9

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