Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/johanbrook/zed-sql

SQL language support for the Zed editor.
https://github.com/johanbrook/zed-sql

Last synced: about 1 month ago
JSON representation

SQL language support for the Zed editor.

Awesome Lists containing this project

README

        

# zed-sql

☢️ **Doesn't work yet!** At least not for me locally.

**Dev**

Trying it out locally in Zed:
```bash
ln -s path/to/zed-sql ~/Library/Application\ Support/Zed/extensions/installed/zed-sql
```
Then run `zed: reload extensions`.

## Generating WASM for local testing

```bash
git clone [email protected]:DerekStride/tree-sitter-sql.git ../tree-sitter-sql
cd ../tree-sitter-sql
git checkout --track origin/gh-pages
tree-sitter-cli build-wasm .
mv tree-sitter-sql.wasm ../zed-sql/grammars/sql.wasm
```