atom / symbols-view

Jump to symbols in Atom
MIT License
164 stars 114 forks source link

Add simple support for Cap'n Proto (capnp) schema language #123

Closed rodumani closed 9 years ago

rodumani commented 9 years ago

Cap'n Proto is binary format RPC protocol, which has own schema language to support cross platform, cross language.

I add simple support for Cap'n Proto schema language. It supports struct enum using const.

kevinsawicki commented 9 years ago

Awesome, thanks for adding these