Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 825 Bytes

File metadata and controls

43 lines (30 loc) · 825 Bytes

HSL plugin for Vim

This plugin adds HSL (Halon Scripting Language) support to Vim.

Features

  • Syntax highlighting
  • Indentation
  • Completion
    • Covers the entire standard library

Installation

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

Upgrade

In order to upgrade the plugin, use the following command.

git -C ~/.vim/pack/vendor/start/vim-hsl pull

Screenshots