Add Cap'n Proto

This commit is contained in:
Vicent Marti
2014-11-14 18:46:16 +01:00
parent 5bc0ce0888
commit 03b250990d
2 changed files with 8 additions and 0 deletions

View File

@@ -238,6 +238,8 @@ https://github.com/textmate/bison.tmbundle:
https://github.com/textmate/c.tmbundle: https://github.com/textmate/c.tmbundle:
- source.c - source.c
- source.c++ - source.c++
https://github.com/textmate/capnproto.tmbundle:
- source.capnp
https://github.com/textmate/cmake.tmbundle: https://github.com/textmate/cmake.tmbundle:
- source.cache.cmake - source.cache.cmake
- source.cmake - source.cmake

View File

@@ -386,6 +386,12 @@ CSS:
extensions: extensions:
- .css - .css
Cap'n Proto:
type: programming
tm_scope: source.capnp
extensions:
- .capnp
Ceylon: Ceylon:
type: programming type: programming
extensions: extensions: