Merge pull request #2192 from graymalkin/master

Added XC syntax
This commit is contained in:
Arfon Smith
2015-03-03 11:50:29 -06:00
4 changed files with 7 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,8 @@ vendor/grammars/verilog.tmbundle:
- source.verilog
vendor/grammars/x86-assembly-textmate-bundle:
- source.asm.x86
vendor/grammars/xc.tmbundle/:
- 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