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: 25 days ago
JSON representation
Smithy language support for Zed
- Host: GitHub
- URL: https://github.com/joshrutkowski/zed-smithy
- Owner: joshrutkowski
- License: mit
- Created: 2024-02-24T00:36:49.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-25T17:19:52.000Z (10 months ago)
- Last Synced: 2024-08-03T17:09:23.543Z (4 months ago)
- Language: Scheme
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-smithy - Zed extension - [Zed](https://zed.dev/) extension using [Tree-sitter grammar for Smithy](https://github.com/indoorvivants/tree-sitter-smithy). (IDE Support / Server Code Generators)
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`