Archive: VIM syntax highlighting for NSIS


VIM syntax highlighting for NSIS
Hi, I've created NSIS syntax highlighting for VIM text editor.

It seems that this syntax highlighting will be included with the
next release of vim.

If you want to enable your vim to recognize NSIS script files now,
put attached file to vim/syntax folder and add following lines to
"filetype.vim" :

---BEGIN----------------------------

" .NSI NSIS installer script files
au BufNewFile,BufRead *.nsi setf nsis

---END----------------------------

Best regards,

Alex J.


Good work!
I've follow your note and installed nsis.vim.

Very good work :)


Great work
Even though I'm more an emacs type of guy, this is really nice. Works like a charm.

Regards
Lars Munch