Grammar for eC from TextMate bundle

This commit is contained in:
Paul Chaignon
2015-02-03 12:52:35 +01:00
parent 3c34da8bd3
commit 9fe9bf617f
4 changed files with 7 additions and 1 deletions

3
.gitmodules vendored
View File

@@ -591,3 +591,6 @@
[submodule "vendor/grammars/sublime-text-ox"]
path = vendor/grammars/sublime-text-ox
url = https://github.com/andreashetland/sublime-text-ox
[submodule "vendor/grammars/ec.tmbundle"]
path = vendor/grammars/ec.tmbundle
url = https://github.com/ecere/ec.tmbundle

View File

@@ -200,6 +200,8 @@ vendor/grammars/dylan.tmbundle:
- source.makegen
vendor/grammars/ebundles/Bundles/MSDOS batch file.tmbundle:
- source.dosbatch
vendor/grammars/ec.tmbundle/:
- source.c.ec
vendor/grammars/eiffel.tmbundle:
- source.eiffel
vendor/grammars/elixir-tmbundle:

View File

@@ -3331,7 +3331,7 @@ eC:
extensions:
- .ec
- .eh
tm_scope: none
tm_scope: source.c.ec
ace_mode: text
edn:

1
vendor/grammars/ec.tmbundle vendored Submodule