1
0
mirror of https://github.com/danbee/dotfiles-local synced 2025-03-04 08:49:07 +00:00

Add ES6, RiotJS tags and JBuilder file types

This commit is contained in:
Daniel Barber 2016-06-10 12:24:16 +01:00
parent f5fb93b32b
commit 995f7e424e
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8

View File

@ -0,0 +1,9 @@
" ES6
autocmd BufRead,BufNewFile *.es6 setfiletype javascript
" Riot.js tags
autocmd BufRead,BufNewFile *.tag setfiletype html
" Jbuilder tags
autocmd BufRead,BufNewFile *.jbuilder setfiletype ruby