4 lines
94 B
VimL
4 lines
94 B
VimL
|
augroup PrettierFileDetect
|
||
|
autocmd BufNewFile,BufReadPost *.rb setfiletype ruby
|
||
|
augroup end
|