# sublime-openvpn [![License](https://img.shields.io/github/license/idleberg/sublime-openvpn?style=for-the-badge)](LICENSE) [![Version](https://img.shields.io/github/v/release/idleberg/sublime-openvpn?style=for-the-badge)](https://github.com/idleberg/sublime-openvpn/releases) [![Package Control](https://img.shields.io/packagecontrol/dt/OpenVPN?style=for-the-badge)](https://packagecontrol.io/packages/OpenVPN) Language support, snippets and build-system for [OpenVPN](https://github.com/OpenVPN/openvpn) configuration files **Note:** I have only started using OpenVPN recently and primarily relied on [examples](https://github.com/OpenVPN/openvpn/tree/master/sample/sample-config-files) and the [documentation](https://openvpn.net/vpn-server-resources/) to create this package. Feel free to contribute additions and improvements! ## 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 *OpenVPN* and press Enter ### Using Git 1. Change to your Sublime Text `Packages` directory 2. Clone repository `git clone https://github.com/idleberg/sublime-openvpn.git 'OpenVPN'` ### Manual installation 1. Download the latest [stable release](https://github.com/idleberg/sublime-openvpn/releases) 2. Unzip the archive to your Sublime Text `Packages` directory ## Related - ~[atom-openvpn](https://github.com/idleberg/atom-language-openvpn)~ - [vscode-openvpn](https://marketplace.visualstudio.com/items?itemName=idleberg.openvpn) ## License This work is licensed under the [The MIT License](LICENSE).