No description
- Tree-sitter Query 78.1%
- Rust 21.9%
| languages/nc | ||
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| extension.toml | ||
| LICENSE | ||
| README.md | ||
NC Language Support for Zed
A Zed editor extension that provides support for the NC programming language.
Features
- Syntax highlighting for NC files
- Code completion
- Symbol navigation
Installation
- Make sure you have the Zed editor installed
- Clone this repository
- Open the Zed editor and navigate to the Extensions section
- Click on "Install Dev Extension" and select the cloned repository directory
Requirements
- Zed editor
Usage
Once installed, the extension will automatically activate for files with the .nc extension.
Development
This extension is built using the Zed Extension API. To contribute:
- Clone the repository
- Make changes to the extension code
- Build using Cargo
- Test in your Zed installation
License
Apache-2.0