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:
parent
f5fb93b32b
commit
995f7e424e
9
vim/vimrc.d/filetypes.vim
Normal file
9
vim/vimrc.d/filetypes.vim
Normal 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
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user