mirror of
https://github.com/dperelman/stonescript-vim
synced 2025-04-18 04:18:12 -04:00
4 lines
90 B
VimL
4 lines
90 B
VimL
augroup filetypedetect
|
|
au BufNewFile,BufRead *.stonescript setf stonescript
|
|
augroup END
|