Skip to content

manuranga/vim-jaggery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vim-jaggery

Syntax coloring for jaggery in vim. This will enable basic syntax coloring for .jag files.

Install

Basic Install

  1. Clone this repository

  2. Copy ftdetect and ftplugin into ~/.vim

  3. Addd follwing to ~/.vimrc

    filetype plugin on

Install via pathogen

  1. Clone this repository in to bundle directory

    cd ~/.vim/bundle && git clone https://github.com/manuranga/vim-jaggery.git

  2. 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

Screenshot

vim-jaggery screenshot

About

syntax coloring for jaggery in vim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published