331 B
331 B
sunscript.vim
Vim syntax highlight for SunScript.
Installation
If you are using vim-plug,
add the following line between
call plug#begin('~/.vim/plugged')
and call plug#end()
:
Plug 'sup39/sunscript.vim'
Then :source $MYVIMRC
and :PlugInstall
to install this plug.