Skip to content

Commit

Permalink
Merge pull request #2192 from graymalkin/master
Browse files Browse the repository at this point in the history
Added XC syntax
  • Loading branch information
arfon committed Mar 3, 2015
2 parents 86a0cf9 + 3a56d63 commit 600bca1
Show file tree
Hide file tree
Showing 4 changed files with 7 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
2 changes: 2 additions & 0 deletions grammars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 7239c9

0 comments on commit 600bca1

Please sign in to comment.