# Haskell NSIS for Sublime Text
[![The MIT License](https://img.shields.io/badge/license-MIT-orange.svg?style=flat-square)](http://opensource.org/licenses/MIT)
[![Package Control](https://packagecontrol.herokuapp.com/downloads/Haskell%20NSIS.svg?style=flat-square)](https://packagecontrol.io/packages/Haskell%20NSIS)
[![GitHub release](https://img.shields.io/github/release/idleberg/sublime-haskell-nsis.svg?style=flat-square)](https://github.com/idleberg/sublime-haskell-nsis/releases)
[![Travis](https://img.shields.io/travis/idleberg/sublime-haskell-nsis.svg?style=flat-square)](https://travis-ci.org/idleberg/sublime-haskell-nsis)
[![Gitter](https://img.shields.io/badge/chat-Gitter-ed1965.svg?style=flat-square)](https://gitter.im/NSIS-Dev/SublimeText)
## Description
[Sublime Text](http://www.sublimetext.com/) completions for [Haskell NSIS](https://hackage.haskell.org/package/nsis), a DSL for producing Windows installers using [Nullsoft Scriptable Install System](http://nsis.sourceforge.net/).
## Installation
### Package Control
1. Make sure you already have [Package Control](https://packagecontrol.io/) installed
2. Choose *“Install Package”* from the Command Palette (Super+Shift+p)
3. Type *Haskell NSIS”* and press Enter
With [auto_upgrade](http://wbond.net/sublime_packages/package_control/settings/) enabled, Package Control will keep all installed packages up-to-date!
### Using Git
1. Change to your Sublime Text `Packages` directory
2. Clone repository `git clone https://github.com/idleberg/sublime-haskell-nsis.git 'Haskell NSIS'`
### Manual installation
1. Download the latest [stable release](https://github.com/idleberg/sublime-haskell-nsis/releases)
2. Unzip the archive to your Sublime Text `Packages` directory
## License
This work is licensed under the [The MIT License](LICENSE).