This is an experimental attempt at highlighting Miranda files while using vim.
I hope this is helpful to other people and Pull Requests are welcome!
Place this in your .vimrc:
Plugin 'zlahham/vim-miranda'
# … then run the following in Vim:
:source %
:PluginInstall
Run the following in a terminal:
cd ~/.vim/bundle
git clone https://github.com/vim-scripts/Miranda-syntax-highlighting
Place this in your .vimrc:
Plug 'zlahham/vim-miranda'
… then run the following in Vim:
:source %
:PlugInstall