Added XC syntax

This commit is contained in:
Simon Cooksey
2015-03-03 12:45:08 +00:00
parent 86a0cf9424
commit 7f3f0327c2
4 changed files with 9 additions and 1 deletions

3
.gitmodules vendored
View File

@@ -642,3 +642,6 @@
[submodule "vendor/grammars/sublime-varnish"]
path = vendor/grammars/sublime-varnish
url = https://github.com/brandonwamboldt/sublime-varnish
[submodule "vendor/grammars/xc.tmbundle"]
path = vendor/grammars/xc.tmbundle
url = https://github.com/graymalkin/xc.tmbundle

View File

@@ -530,6 +530,10 @@ vendor/grammars/verilog.tmbundle:
- source.verilog
vendor/grammars/x86-assembly-textmate-bundle:
- source.asm.x86
vendor/grammars/xc.tmbundle/:
- source.c
- source.c.platform
- source.xc
vendor/grammars/xml.tmbundle:
- text.xml
- text.xml.xsl

View File

@@ -3237,7 +3237,7 @@ XC:
color: "#99DA07"
extensions:
- .xc
tm_scope: source.c
tm_scope: source.xc
ace_mode: c_cpp
XML:

1
vendor/grammars/xc.tmbundle vendored Submodule