Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 658 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 658 Bytes

VHDL support for Zed

This extension provides VHDL language support for Zed.

Features

  • Syntax highlighting
  • Auto indentation
  • Code snippets
  • Language server
  • Code outline

Installation from source (only way for now)

  1. Clone this repository
  2. Run Zed
  3. Open the extension manager (F1 -> zed: extensions)
  4. Click on Install Dev Extension and select the cloned repository
  5. You're done! 🎉

Acknowledgements

This extension uses this Tree-sitter grammar made by alemuller for syntax highlighting.