/vim-miranda

Miranda Syntax Highlighter for vim

Primary LanguageVim ScriptMIT LicenseMIT

Miranda Language Syntax highlighter for vim

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!

Preview in vim

Installation Instructions

Vundle

Place this in your .vimrc:

Plugin 'zlahham/vim-miranda'
# … then run the following in Vim:

:source %
:PluginInstall

Pathogen

Run the following in a terminal:

cd ~/.vim/bundle
git clone https://github.com/vim-scripts/Miranda-syntax-highlighting

VimPlug

Place this in your .vimrc:

Plug 'zlahham/vim-miranda'then run the following in Vim:

:source %
:PlugInstall