Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 821 Bytes

readme.md

File metadata and controls

35 lines (24 loc) · 821 Bytes

Zed Mojo

Mojo language support for Zed. It provides syntax highlighting and lsp.

Grammar

Feedback

Provide your feedback to improve this extension as I don't use mojo language.

Settings

You can configure the lsp by changing the zed settings

{
  "lsp": {
    "mojo": {
      "settings": {
        "lsp_path": "/name/my-proj/.magic/envs/default/bin/mojo-lsp-server", // path to mojo-lsp-server
        "args": ["--log=verbose"] // additional args for mojo-lsp-server
      }
    }
  },
}

Installation

  • Clone this repository.
  • From zed extension page click "Install Dev Extension" and select the cloned repository.

Note: This extension is not published to zed extension store. As this isn't stable and it isn't complete.