This extension adds syntax highlighting and editor support for the Noxia systems programming language.
Noxia is a clean, powerful, RISC-inspired systems language designed from scratch — this extension gives you basic syntax support inside Visual Studio Code or VSCodium.
- Syntax highlighting for:
- Keywords (
fn,let,const, etc.) - Types (
int,ptr,u8, etc.) - Comments (
//) - Strings and numbers
- Keywords (
- File association for
.nxfiles - Lightweight and fast — zero runtime JS
-
Clone this repo or download it.
-
Inside the folder, run:
npm install -g @vscode/vsce # if not already installed vsce package codium --install-extension noxia-syntax-highlighting-0.0.1.vsix