Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aineejames/c3-zed
A Zed extension for the C3 programming language with LSP and TS.
https://github.com/aineejames/c3-zed
editor extension lsp tree-sitter zed
Last synced: about 1 month ago
JSON representation
A Zed extension for the C3 programming language with LSP and TS.
- Host: GitHub
- URL: https://github.com/aineejames/c3-zed
- Owner: AineeJames
- License: mit
- Created: 2024-07-28T19:38:23.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-16T21:27:24.000Z (3 months ago)
- Last Synced: 2024-10-09T23:22:42.401Z (about 1 month ago)
- Topics: editor, extension, lsp, tree-sitter, zed
- Language: Scheme
- Homepage:
- Size: 13.7 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# C3 Zed Extension
## Installation:
1. Open Zed's command palette `Ctrl+Shift+P` and select `extensions`
2. Search for `C3` and click on `Install`## Manual Installation:
1. `git clone https://github.com/AineeJames/c3-zed`
2. Open Zed's command palette `Ctrl+Shift+P` and select `extensions`
3. Click on `Install Dev Extension` and select the cloned directory## Credits:
- Tree Sitter: [c3lang/tree-sitter-c3](https://github.com/c3lang/tree-sitter-c3)
- LSP: [perrymason/c3-lsp](https://github.com/pherrymason/c3-lsp)> [!WARNING]
> This plugin is a WIP and may not work as expected.