mirror of
https://github.com/wahyd4/vimrc.git
synced 2026-08-15 08:06:28 +10: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
|