Syntax coloring for jaggery in vim. This will enable basic syntax coloring for .jag
files.
-
Clone this repository
-
Copy
ftdetect
andftplugin
into ~/.vim -
Addd follwing to ~/.vimrc
filetype plugin on
-
Clone this repository in to bundle directory
cd ~/.vim/bundle && git clone https://github.com/manuranga/vim-jaggery.git
-
Make sure that the
filetype
is turned off immediately after pathogen infect and then re-enabled. (This is a workaround for a bug)
execute pathogen#infect()
filetype off
syntax on
filetype plugin indent on