Add Closure Templates (#3634)

* Add Closure Templates to languages.yml

* Run script/add-grammar

* Add sample

* Run script/set-language-ids

* Add codemirror_mime_type
This commit is contained in:
Michael Hadley
2017-05-25 01:15:32 -07:00
committed by Colin Seymour
parent 234ee8b6d2
commit 20fdac95f6
7 changed files with 70 additions and 2 deletions

3
.gitmodules vendored
View File

@@ -845,3 +845,6 @@
[submodule "vendor/grammars/dartlang"]
path = vendor/grammars/dartlang
url = https://github.com/dart-atom/dartlang
[submodule "vendor/grammars/language-closure-templates"]
path = vendor/grammars/language-closure-templates
url = https://github.com/mthadley/language-closure-templates