mirror of
https://github.com/danbee/dotfiles-local
synced 2025-03-04 08:49:07 +00:00
10 lines
201 B
VimL
10 lines
201 B
VimL
" ES6
|
|
autocmd BufRead,BufNewFile *.es6 setfiletype javascript
|
|
|
|
" Riot.js tags
|
|
autocmd BufRead,BufNewFile *.tag setfiletype html
|
|
|
|
" Jbuilder tags
|
|
autocmd BufRead,BufNewFile *.jbuilder setfiletype ruby
|
|
|