Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 527 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 527 Bytes

LSPCodegen

Library to generate LSP protocol code for gen_lsp.

Usage

elixir -e 'Mix.install([{:lsp_codegen, github: "mhanberg/lsp_codegen"}]); LSPCodegen.generate(System.argv())' -- --path ./path/for/files

metaModel.json

To update the metaModel.json, you can run the following.

$ curl --location 'https://raw.githubusercontent.com/microsoft/language-server-protocol/gh-pages/_specifications/lsp/3.17/metaModel/metaModel.json' | jq . > priv/metaModel.json