Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bajrangcoder/zed-mojo
Mojo support for Zed
https://github.com/bajrangcoder/zed-mojo
extension mojo zed
Last synced: about 15 hours ago
JSON representation
Mojo support for Zed
- Host: GitHub
- URL: https://github.com/bajrangcoder/zed-mojo
- Owner: bajrangCoder
- Created: 2024-08-26T10:43:31.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-09T17:13:58.000Z (10 days ago)
- Last Synced: 2024-11-09T18:20:46.166Z (10 days ago)
- Topics: extension, mojo, zed
- Language: Scheme
- Homepage:
- Size: 6.84 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Zed Mojo
Mojo language support for Zed. It provides syntax highlighting and lsp.
## Grammar
- [tree-sitter-mojo](https://github.com/lsh/tree-sitter-mojo/)
## 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
```json
{
"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.