Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/johanbrook/zed-sql
- Owner: johanbrook
- Created: 2024-02-22T15:21:32.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-22T15:23:44.000Z (11 months ago)
- Last Synced: 2024-04-15T12:13:32.594Z (9 months ago)
- Language: Scheme
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```