Skip to content

Instantly share code, notes, and snippets.

@motemen
Created November 4, 2010 03:48
Show Gist options
  • Save motemen/662108 to your computer and use it in GitHub Desktop.
Save motemen/662108 to your computer and use it in GitHub Desktop.
autocmd BufNewFile,BufRead *.tx setfiletype xslate
autocmd BufNewFile,BufRead *.html if search('^: ') > 0 | set filetype=xslate | endif
@mattn
Copy link

mattn commented Nov 4, 2010

pathogenで使いたい!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment