Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.