This plugin adds HSL (Halon Scripting Language) support to Vim.
- Syntax highlighting
- Indentation
- Completion
- Covers the entire standard library
To install the plugin use the following command.
git clone https://github.com/halon/vim-hsl.git ~/.vim/pack/vendor/start/vim-hsl
To enable it add the following to your ~/.vimrc
file.
syntax on
filetype plugin indent on
In order to upgrade the plugin, use the following command.
git -C ~/.vim/pack/vendor/start/vim-hsl pull