VIM syntax highlighting for Simics configuration files
To install with Vundle, put this line to your vimrc file:
Plugin 'rockosov/vim-syntax-simics'
After run:
:source %
:PluginInstall
To install, issue this command in your linux terminal:
curl -s https://raw.github.com/bjoernd/vim-syntax-simics/master/webinstall.sh | /bin/sh
Enjoy!
- Bjoern Doebel: original highlighting
- Mike Wade: extensions, file type detection, curl-based install script
- Dmitry Rockosov: Vundle support