Syntax highlighting for SCA files in Vim
You may find yourself browsing through scalar output files of OMNeT++. A little syntaxhighlighting may be useful here.
I based this on the NED syntax highlighter by Timo Teifel.
Installation is simple:
- Download sca.vim to ~/.vim/syntax/ (you may need to create this directory)
- Add the following line to your ~.vimrc:
au BufNewFile,BufRead *.sca set syntax=sca
Enjoy!