spogulis no
https://github.com/dperelman/stonescript-vim
synced 2025-07-15 12:48:23 -04:00
4 rindas
90 B
VimL
4 rindas
90 B
VimL
augroup filetypedetect
|
|
au BufNewFile,BufRead *.stonescript setf stonescript
|
|
augroup END
|