Vim syntax highlight for SunScript
Find a file
2022-02-22 12:14:04 +09:00
ftdetect init 2022-02-22 12:14:04 +09:00
syntax init 2022-02-22 12:14:04 +09:00
LICENSE init 2022-02-22 12:14:04 +09:00
README.md init 2022-02-22 12:14:04 +09:00

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.