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-hslTo enable it add the following to your ~/.vimrc file.
syntax on
filetype plugin indent onIn order to upgrade the plugin, use the following command.
git -C ~/.vim/pack/vendor/start/vim-hsl pull
