Skip to content

bajrangCoder/zed-mojo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Mojo support for Zed

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published