Skip to content

Commit

Permalink
Added XC syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Cooksey committed Mar 3, 2015
1 parent 86a0cf9 commit 7f3f032
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 4 additions & 0 deletions grammars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/linguist/languages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3237,7 +3237,7 @@ XC:
color: "#99DA07"
extensions:
- .xc
tm_scope: source.c
tm_scope: source.xc
ace_mode: c_cpp

XML:
Expand Down
1 change: 1 addition & 0 deletions vendor/grammars/xc.tmbundle
Submodule xc.tmbundle added at 83a61a

0 comments on commit 7f3f032

Please sign in to comment.