Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 507 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 507 Bytes

zig-lsp-codegen

Zig LSP codegen from the newly released, official metamodel! This actually good code replaces the much hackier lsp-typegen;

Usage

  1. git clone
  2. Plop metaModel.json in this cloned repo. A copy can be found here.
  3. zig build
  4. Tada! You should now have a zig-out/artifacts/lsp.zig file that can be used to your heart's content! Enjoy :)