NCL vim mode
Steps
- Download the desired .vim file [naming it ncl.vim] and put it in your .vim/syntax directory
- Put the following text in your .vimrc file
au BufRead,BufNewFile *.ncl set filetype=ncl
au! Syntax newlang source $VIM/ncl.vim
- ncl1.vim -a simple approach
(courtesy of Kevin Mueller [UIUC])
- ncl2.vim - extensive highlighting
(courtesy of Arindam Chakraborty [FSU])