linguist-languages
Version:
Linguist languages.yml in JSON format
20 lines (19 loc) • 353 B
JavaScript
module.exports = {
"name": "Common Workflow Language",
"aliases": [
"cwl"
],
"type": "programming",
"aceMode": "yaml",
"codemirrorMode": "yaml",
"codemirrorMimeType": "text/x-yaml",
"extensions": [
".cwl"
],
"interpreters": [
"cwl-runner"
],
"color": "#B5314C",
"tmScope": "source.cwl",
"languageId": 988547172
}