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

1
vendor/README.md vendored
View File

@@ -59,6 +59,7 @@ This is a list of grammars that Linguist selects to provide syntax highlighting
- **Click:** [stenverbois/language-click](https://github.com/stenverbois/language-click)
- **CLIPS:** [psicomante/CLIPS-sublime](https://github.com/psicomante/CLIPS-sublime)
- **Clojure:** [atom/language-clojure](https://github.com/atom/language-clojure)
- **Closure Templates:** [mthadley/language-closure-templates](https://github.com/mthadley/language-closure-templates)
- **CMake:** [textmate/cmake.tmbundle](https://github.com/textmate/cmake.tmbundle)
- **COBOL:** [bitbucket:bitlang/sublime_cobol](https://bitbucket.org/bitlang/sublime_cobol)
- **CoffeeScript:** [atom/language-coffee-script](https://github.com/atom/language-coffee-script)