mirror of
https://github.com/amix/vimrc
synced 2024-12-21 01:13:07 +00:00
6 lines
123 B
VimL
6 lines
123 B
VimL
|
" Pug
|
||
|
autocmd BufNewFile,BufReadPost *.pug set filetype=pug
|
||
|
|
||
|
" Jade
|
||
|
autocmd BufNewFile,BufReadPost *.jade set filetype=pug
|