Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 391 Bytes

readme.md

File metadata and controls

22 lines (15 loc) · 391 Bytes

souffle.vim

Syntax highlighting for souffle files

Sample

Syntax Highlights

Installing

This is a vundle/pathogen plugin, so first install that.

mkdir -p ~/.vim/bundle
cd ~/.vim/bundle
git clone https://github.com/VundleVim/Vundle.vim.git

Then you'll need to add this line to your .vimrc:

Plugin 'souffle-lang/souffle.vim'