This repository provides a VIM syntax file for the SaC programming language. The
syntax file is provided as
Pathogen and vim packages (vim ≥8, see
:h packages) compatible bundle.
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.git vim-sacAlternatively, you can use vim's packages
$ cd ~/.vim/pack/plugins/start
$ git clone https://github.com/SacBase/Vim.git vim-sacRemember to reload vim afterwards :)