No description
  • Tree-sitter Query 78.1%
  • Rust 21.9%
Find a file
2026-05-27 21:57:41 +01:00
languages/nc Rename "No Clue" to "NC" and update URLs (#1) 2026-05-06 18:57:52 +00:00
src fix: correct binary name references in NCExtension 2026-01-15 14:38:08 -05:00
.gitignore Update dependencies to latest version (#2) 2026-05-06 20:22:35 +00:00
Cargo.lock Update dependencies to latest version (#2) 2026-05-06 20:22:35 +00:00
Cargo.toml Update dependencies to latest version (#2) 2026-05-06 20:22:35 +00:00
extension.toml Migrate to arbor.klado.dev 2026-05-27 21:57:41 +01:00
LICENSE Initial Commit 2025-12-13 21:16:30 -05:00
README.md Initial Commit 2025-12-13 21:16:30 -05:00

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

  1. Make sure you have the Zed editor installed
  2. Clone this repository
  3. Open the Zed editor and navigate to the Extensions section
  4. 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:

  1. Clone the repository
  2. Make changes to the extension code
  3. Build using Cargo
  4. Test in your Zed installation

License

Apache-2.0