Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.82 KB

README.md

File metadata and controls

48 lines (33 loc) · 1.82 KB

Zed Verilog Extension

Adds Verilog and SystemVerilog support for Zed.

Features

  • Treesitter based syntax highlighting
  • Diagnostics
  • Auto-completion
  • Hover documentation
  • Formatting

Installation

  1. Open Zed
  2. Open the command palette
  3. Enter zed: extensions
  4. Search for Verilog using the search bar on the extensions page.
  5. Press Install and the language server will automatically be downloaded.

Configuration

Configuration for this extension is done in two places. First is by adding "Verilog" your settings file and using the settings documented here like so:

"languages": {
    "Verilog": {
        ...
    }
}

Secondly, you can configure the veridian language server by creating a veridian.yml file in your project root and using the settings documented here.

Note

Since this extension doesn't use the verible language server through veridian, verible specific settings in veridian.yml will not work.

Acknowledgements

License

This project is licensed under the Apache-2.0 license or the MIT license, at your option. See COPYRIGHT for more details.