Skip to content

Commit

Permalink
Update WDL's description (#6319)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
3 people authored Jun 5, 2023
1 parent 4f337d9 commit a480ded
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 deletions.
18 changes: 10 additions & 8 deletions lib/linguist/languages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion vendor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)

0 comments on commit a480ded

Please sign in to comment.