sqlldr.vim : Oracle SQL*Loader syntax
script karma |
Rating 7/4,
Downloaded by 1113 |
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
|
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 3.129.71.225
|