Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/joshrutkowski/zed-smithy

Smithy language support for Zed
https://github.com/joshrutkowski/zed-smithy

Last synced: 14 days ago
JSON representation

Smithy language support for Zed

Lists

README

        

# zed-smithy

Syntax highlighting for Smithy in [Zed](https://github.com/zed-industries/zed).

### Test locally

- Clone this repo: `git clone https://github.com/joshrutkowski/zed-smithy`
- Clone the [tree-sitter-smithy](https://github.com/indoorvivants/tree-sitter-smithy) repo: `https://github.com/indoorvivants/tree-sitter-smithy`
- CD into the repo: `cd tree-sitter-smithy`
- Build the WASM: `tree-sitter build-wasm` (might require docker-engine running)
- Rename the WASM file to `smithy.wasm`
- Move the WASM file into `smithy/grammars` (this repository)
- Move the `smithy`repository to `~/Library/Application Support/Zed/extensions/installed`