sponsor Vim development Vim logo Vim Book Ad

sqlldr.vim : Oracle SQL*Loader syntax

 script karma  Rating 7/4, Downloaded by 1041  Comments, bugs, improvements  Vim wiki

created by
A.S. Drury
 
script type
syntax
 
description
Based on keyword list in O'Reilly scarab beetle book (Oracle SQL*Loader ISBN 1-56592-948-9). Derived from sql.vim.
 
install details
copy to $VIMRUNTIME/syntax. in addition, you can modify filetype.vim so  that, e.g., *.ctl and *.control files are recognized as SQL*Loader files.

< au BufNewFile,BufRead *.vbs,*.dsm,*.ctl setf vb
---
> au BufNewFile,BufRead *.vbs,*.dsm setf vb
---
> " SQL*Loader (Oracle)
> au BufNewFile,BufRead *.ctl,*.control setf sqlldr

 

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
sqlldr.vim 0.1 2004-02-23 6.0 A.S. Drury Initial upload
ip used for rating: 18.220.11.34

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