ミラー元
https://github.com/dperelman/stonescript-vim
前回の同期 2025-07-05 08:38:24 -04:00
4 行
90 B
VimL
4 行
90 B
VimL
augroup filetypedetect
|
|
au BufNewFile,BufRead *.stonescript setf stonescript
|
|
augroup END
|