Skip to content

zeekay/zap-sublime

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cap'n Proto Syntax plugin for Sublime Text

Support for Cap'n Proto on Sublime Text.

Installation

The easiest way to install is via the Sublime Package Control plugin.

  1. Open "Package Control: Install Package" in your Command Palette
  2. 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.

Bugs and Feature Requests

https://github.com/joshuawarner32/capnproto-sublime

License

This plugin is licensed under the ISC/BSD license. See LICENSE file for details.

About

ZAP schema support for Sublime Text

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors