Add the Common Workflow Language standard (#3902)

* Add the language for the Common Workflow Language standards

* add CWL grammer

* add MIT licensed CWL sample

* script/set-language-ids --update for CWL
This commit is contained in:
Michael R. Crusoe
2017-11-16 03:15:55 +02:00
committed by Ashe Connor
parent 33be70eb28
commit 9dceffce2f
7 changed files with 82 additions and 0 deletions

1
vendor/README.md vendored
View File

@@ -70,6 +70,7 @@ This is a list of grammars that Linguist selects to provide syntax highlighting
- **ColdFusion CFC:** [SublimeText/ColdFusion](https://github.com/SublimeText/ColdFusion)
- **COLLADA:** [textmate/xml.tmbundle](https://github.com/textmate/xml.tmbundle)
- **Common Lisp:** [textmate/lisp.tmbundle](https://github.com/textmate/lisp.tmbundle)
- **Common Workflow Language:** [manabuishii/language-cwl](https://github.com/manabuishii/language-cwl)
- **Component Pascal:** [textmate/pascal.tmbundle](https://github.com/textmate/pascal.tmbundle)
- **Cool:** [anunayk/cool-tmbundle](https://github.com/anunayk/cool-tmbundle)
- **Coq:** [mkolosick/Sublime-Coq](https://github.com/mkolosick/Sublime-Coq)