zlahham / vim-miranda

Miranda Syntax Highlighter for vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Miranda Syntax Highlighter for vim

License:MIT License


Languages

Language:Vim Script 100.0%