Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>noxia-syntax-highlightingNew to Visual Studio Code? Get it now.
noxia-syntax-highlighting

noxia-syntax-highlighting

GuiltedRose

|
3 installs
| (0) | Free
Syntax highlighting and editor support for the Noxia programming language
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Noxia Syntax Highlighting for VS Code

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)

  1. Clone this repo or download it.

  2. 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
    
    
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft