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.
✨ Features
Syntax highlighting for:
Keywords (fn, let, const, etc.)
Types (int, ptr, u8, etc.)
Comments (//)
Strings and numbers
File association for .nx files
Lightweight and fast — zero runtime JS
📦 Install
Local (Recommended for Devs)
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