Skip to content

zlahham/vim-miranda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published