This casl2.vim plugin adds syntax highlighting for CASL-II to Vim. CASL-II is an assembly language for COMET-II virtual machine. COMET-II is created only for Information Technology Engineer Examination sponsored by Information-technology Promotion Agency.
-
Put files to your Vim directory (Usually
~/.vim
). -
Configure Vim to identify casl2 source files correctly.
Sample
.vimrc
snippet:autocmd BufRead,BufNewFile *.cas set filetype=casl2
-
Setup the neobundle package manager
-
Set the bundles.
NeoBundle 'glabra/casl2.vim'
-
Execute Vim and start installation with
:NeoBundleInstall
. -
Configure Vim to identify casl2 source files correctly.
Sample
.vimrc
snippet:autocmd BufRead,BufNewFile *.cas set filetype=casl2
Yes, MIT License.