Support for Cap'n Proto on Sublime Text.
The easiest way to install is via the Sublime Package Control plugin.
- Open "Package Control: Install Package" in your Command Palette
- Search for "Cap'n Proto Syntax"
(if you already have it installed, select "Package Control: Upgrade Package" to upgrade)
To install it manually in a shell/Terminal (on OS X, Linux or Cygwin), via git:
# Your sublime packages directory; will be different on Linux & Windows, and for Sublime Text 2:
cd ~/"Library/Application Support/Sublime Text 3/Packages/"
git clone https://github.com/joshuawarner32/capnproto-sublime.git
or, if you don't have git installed:
cd ~/"Library/Application Support/Sublime Text 3/Packages/"
curl -L https://github.com/joshuawarner32/capnproto-sublime/tarball/master | tar xf -
The plugin should be picked up automatically. If not, restart Sublime Text.
https://github.com/joshuawarner32/capnproto-sublime
This plugin is licensed under the ISC/BSD license. See LICENSE
file for details.