# ScummC for Sublime Text [![The MIT License](https://img.shields.io/badge/license-MIT-orange.svg?style=flat-square)](http://opensource.org/licenses/MIT) [![GitHub](https://img.shields.io/github/release/idleberg/sublime-scummc.svg?style=flat-square)](https://github.com/idleberg/sublime-scummc/releases) [![Travis](https://img.shields.io/travis/idleberg/sublime-scummc.svg?style=flat-square)](https://travis-ci.org/idleberg/sublime-scummc) [Sublime Text](http://www.sublimetext.com/) syntax completions for [ScummC](https://github.com/AlbanBedel/scummc) functions, constants, classes and variables. ## 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 *“ScummC”* and press Enter ### Using Git 1. Change to your Sublime Text `Packages` directory 2. Clone repository `git clone https://github.com/idleberg/sublime-scummc.git ScummC` ### Manual installation 1. Download the latest [stable release](https://github.com/idleberg/sublime-scummc/releases) 2. Unzip the archive to your Sublime Text `Packages` directory ## License This work is licensed under the [The MIT License](LICENSE).