stonescript-vim/filetype.vim

4 行
90 B
VimL

augroup filetypedetect
au BufNewFile,BufRead *.stonescript setf stonescript
augroup END