Skip to content

halon/vim-hsl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published