Update WDL's description (#6319)
* Update WDL's description * Fix name to show Workflow Description Language rather than just wdl (in line with cwl/Common Workflow Language) * Add two interpreters * Update languages.yml Revert WDL back to its more common name * Fix alphabetical placement of WDL * Update lib/linguist/languages.yml they're interpreters, but they're not used in shebangs, so they get cut Co-authored-by: Colin Seymour <colin@github.com> * Change case of WDL dir * Update README.md * Fix order * Fix order --------- Co-authored-by: John Gardner <gardnerjohng@gmail.com> Co-authored-by: Colin Seymour <colin@github.com>
This commit is contained in:
Родитель
4f337d9194
Коммит
a480ded5b5
|
@ -7392,6 +7392,16 @@ Vyper:
|
|||
ace_mode: text
|
||||
tm_scope: source.vyper
|
||||
language_id: 1055641948
|
||||
WDL:
|
||||
aliases:
|
||||
- Workflow Description Language
|
||||
type: programming
|
||||
color: "#42f1f4"
|
||||
extensions:
|
||||
- ".wdl"
|
||||
tm_scope: source.wdl
|
||||
ace_mode: text
|
||||
language_id: 374521672
|
||||
Wavefront Material:
|
||||
type: data
|
||||
extensions:
|
||||
|
@ -8161,14 +8171,6 @@ sed:
|
|||
ace_mode: text
|
||||
tm_scope: source.sed
|
||||
language_id: 847830017
|
||||
wdl:
|
||||
type: programming
|
||||
color: "#42f1f4"
|
||||
extensions:
|
||||
- ".wdl"
|
||||
tm_scope: source.wdl
|
||||
ace_mode: text
|
||||
language_id: 374521672
|
||||
wisp:
|
||||
type: programming
|
||||
ace_mode: clojure
|
||||
|
|
|
@ -576,6 +576,7 @@ This is a list of grammars that Linguist selects to provide syntax highlighting
|
|||
- **Volt:** [textmate/d.tmbundle](https://github.com/textmate/d.tmbundle)
|
||||
- **Vue:** [vuejs/vue-syntax-highlight](https://github.com/vuejs/vue-syntax-highlight)
|
||||
- **Vyper:** [davidhq/SublimeEthereum](https://github.com/davidhq/SublimeEthereum)
|
||||
- **WDL:** [broadinstitute/wdl-sublime-syntax-highlighter](https://github.com/broadinstitute/wdl-sublime-syntax-highlighter)
|
||||
- **Wavefront Material:** [Alhadis/language-wavefront](https://github.com/Alhadis/language-wavefront)
|
||||
- **Wavefront Object:** [Alhadis/language-wavefront](https://github.com/Alhadis/language-wavefront)
|
||||
- **Web Ontology Language:** [textmate/xml.tmbundle](https://github.com/textmate/xml.tmbundle)
|
||||
|
@ -639,6 +640,5 @@ This is a list of grammars that Linguist selects to provide syntax highlighting
|
|||
- **reStructuredText:** [Lukasa/language-restructuredtext](https://github.com/Lukasa/language-restructuredtext)
|
||||
- **robots.txt:** [Nixinova/NovaGrammars](https://github.com/Nixinova/NovaGrammars)
|
||||
- **sed:** [Alhadis/language-sed](https://github.com/Alhadis/language-sed)
|
||||
- **wdl:** [broadinstitute/wdl-sublime-syntax-highlighter](https://github.com/broadinstitute/wdl-sublime-syntax-highlighter)
|
||||
- **wisp:** [atom/language-clojure](https://github.com/atom/language-clojure)
|
||||
- **xBase:** [hernad/atom-language-harbour](https://github.com/hernad/atom-language-harbour)
|
||||
|
|
Загрузка…
Ссылка в новой задаче