Skip to content

Instantly share code, notes, and snippets.

@ikegami-yukino
Last active August 29, 2015 14:07
Show Gist options
  • Save ikegami-yukino/6c07b98bbf91e3461f5c to your computer and use it in GitHub Desktop.
Save ikegami-yukino/6c07b98bbf91e3461f5c to your computer and use it in GitHub Desktop.
Pig Latin syntax coloring for Vim
#!/bin/sh
git clone https://github.com/motus/pig.vim.git /tmp/pig.vim
mkdir ~/.vim/syntax/
mkdir ~/.vim/ftdetect/
cp /tmp/pig.vim/syntax/pig.vim ~/.vim/syntax/
cp /tmp/pig.vim/ftdetect/pig.vim ~/.vim/ftdetect/
rm -r /tmp/pig.vim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment