nw.vim : Simple syntax highlighting for NOWEB files.
script karma |
Rating 4/1,
Downloaded by 1158 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Dirk Bächle |
|
script type |
syntax |
|
description |
"nw.vim" provides a simple syntax highlighting for NOWEB source files.
NOWEB is a collection of tools for "Literate Programming". Unlike WEB or CWEB it is not bound to a specific programming language like PASCAL or C.
For more informations about NOWEB, the sources or binary distributions
have a look at
http://www.eecs.harvard.edu/~nr/noweb
For informations about "Literate Programming" in general
http://www.literateprogramming.com
could be a place to start.
|
|
install details |
Follow the instructions of "new-filetype" in the
VIM manual, to edit/create your local version of
`filetype.vim'. The line for NOWEB files should
read
au! BufRead,BufNewFile *.nw setfiletype nw
Copy `nw.vim' to your local syntax file directory
(see "mysyntaxfile" in the VIM manual) and add
a copy of `tex.vim' from your VIM installation,
such that `nw.vim' can find it.
That's it! (Remember to restart VIM...)
|
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 18.222.252.132
|