https://github.com/broadinstitute/zed-wdl

WDL plugin for the Zed code editor

https://github.com/broadinstitute/zed-wdl

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.0%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

WDL plugin for the Zed code editor

Basic Info
  • Host: GitHub
  • Owner: broadinstitute
  • License: bsd-3-clause
  • Language: WDL
  • Default Branch: main
  • Size: 1.08 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme License

README.md

WDL extension for Zed

This extension provides support for the Workflow Description Language (WDL) in the Zed code editor. Currently supports WDL versions 1.0 and WDL 1.1.

Features

  • Syntax highlighting (including bash syntax highlighting in command blocks)
  • Automatic indentation
  • Automatic closing of brackets
  • Integration with WDL language server (install separately, and needs to be available in $PATH)

Preview

Screenshot of WDL code in Zed

Related repositories

Roadmap

  • Better LSP server: I am considering using the sprocket analyzer LSP server for WDL. However, it currently only supports pull diagnostics, which is not yet supported by Zed.
  • Write tree sitter queries for WDL document outline in Zed

Owner

  • Name: Broad Institute
  • Login: broadinstitute
  • Kind: organization
  • Location: Cambridge, MA

Broad Institute of MIT and Harvard

GitHub Events

Total
  • Watch event: 2
  • Delete event: 1
  • Member event: 1
  • Push event: 11
  • Pull request event: 2
  • Create event: 4
Last Year
  • Watch event: 2
  • Delete event: 1
  • Member event: 1
  • Push event: 11
  • Pull request event: 2
  • Create event: 4

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 0
  • Total pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: 1 day
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 1
Past Year
  • Issues: 0
  • Pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: 1 day
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 1
Top Authors
Issue Authors
Pull Request Authors
  • dependabot[bot] (1)
Top Labels
Issue Labels
Pull Request Labels
dependencies (1)

Dependencies

Cargo.lock cargo
  • anyhow 1.0.90
  • bitflags 2.6.0
  • equivalent 1.0.1
  • hashbrown 0.15.0
  • heck 0.4.1
  • id-arena 2.2.1
  • indexmap 2.6.0
  • itoa 1.0.11
  • leb128 0.2.5
  • log 0.4.22
  • memchr 2.7.4
  • proc-macro2 1.0.88
  • quote 1.0.37
  • ryu 1.0.18
  • semver 1.0.23
  • serde 1.0.210
  • serde_derive 1.0.210
  • serde_json 1.0.132
  • smallvec 1.13.2
  • spdx 0.10.6
  • syn 2.0.82
  • unicode-ident 1.0.13
  • unicode-segmentation 1.12.0
  • unicode-xid 0.2.6
  • wasm-encoder 0.201.0
  • wasm-metadata 0.201.0
  • wasmparser 0.201.0
  • wit-bindgen 0.22.0
  • wit-bindgen-core 0.22.0
  • wit-bindgen-rt 0.22.0
  • wit-bindgen-rust 0.22.0
  • wit-bindgen-rust-macro 0.22.0
  • wit-component 0.201.0
  • wit-parser 0.201.0
  • zed_extension_api 0.1.0
Cargo.toml cargo