Skip to content

Instantly share code, notes, and snippets.

@breezhang
Created May 21, 2014 10:22
Show Gist options
  • Save breezhang/e008d87a6c66adaed03b to your computer and use it in GitHub Desktop.
Save breezhang/e008d87a6c66adaed03b to your computer and use it in GitHub Desktop.
vim mason setting!!
perl Mason and vim
1 add mc type is mason vim code mason 1 default mason
{
au BufRead,BufNewFile *.mc set filetype=mason
}
2 format mason file use masontidy vim code
{
!masontidy -r %
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment