zed-industries / extensions

Extensions for the Zed editor
915 stars 406 forks source link

Bump verilog to v0.0.5 #1608

Closed someone13574 closed 2 weeks ago

someone13574 commented 2 weeks ago

This version makes a few changes.

  1. I've synchronized the tree-sitter queries with nvim-treesitter, including switching to gmlarumbe/tree-sitter-systemverilog for the grammar as nvim did.
  2. I'm now using a hard-coded tag for Verible instead of pulling the latest release.
    • The Veridian language server is still built from upstream at release time in my repo, so static commits are already enforced for that.
  3. I've bumped the extension api version to 0.1.0 from 0.0.6.