Simple vim syntax highlighting for nakala
For activating the full functionality, this plugin requires either the plugin
manager or the .vimrc to have the following:
syntax enable
filetype plugin indent onMost plugin managers don't do this automatically, so these statements are
usually added by users in their vimrc right after the plugin manager load
section.
use 'nakala-lang/nakala.vim'git clone https://github.com/nakala-lang/nakala.vim ~/.vim/pack/plugins/start/nakala.vimPlugin 'nakala-lang/nakala.vim'git clone --depth=1 https://github.com/nakala-lang/nakala.vim.git ~/.vim/bundle/nakala.vimPlug 'nakala-lang/nakala.vim'call dein#add('nakala-lang/nakala.vim')NeoBundle 'nakala-lang/nakala.vim'nakala.vim is distributed under the MIT license
