Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 642 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 642 Bytes

VIM-sac plugin

This repository provides a VIM syntax file for the SaC programming language. The syntax file is provided as Pathogen-compatible bundle.

Install

You will need to have Pathogen installed and working with your current vim setup. See these install instructions of how to do this.

Once this is done, installing the SaC syntax file is as simple as:

$ cd ~/.vim/bundle
$ git clone https://github.com/SacBase/vim-sac.git

Remember to reload vim afterwards :)