Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Nyx LanguageNew to Visual Studio Code? Get it now.
Nyx Language

Nyx Language

Nemesis Security

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

Nyx Language for VS Code

Syntax highlighting, snippets, and editor support for the Nyx programming language.

Features

  • Syntax highlighting for all Nyx keywords, types, operators, strings, numbers, comments
  • String interpolation highlighting inside ${}
  • 25+ snippets for common patterns (fn, class, match, for, if, etc.)
  • Bracket matching and auto-closing for {}, (), [], "", ||
  • Comment toggling with Ctrl+/
  • Auto-indentation on { and }
  • Code folding support

Snippets

Prefix Description
fn Function
fnr Function with return type
class Class
classi Class with inheritance
if / ife If / If-else
forr For range loop
forin For-in loop
fori For indexed loop
while / loop While / Infinite loop
match / matche Match statement / expression
lam Lambda
var / let / const Variable declarations
pr / pri Print / Print with interpolation
result Function returning Result
coro Coroutine
imp Import
native Load native module
enum Enum

About Nyx

Nyx is an embeddable scripting language built by Nemesis Security. Fast, typed, and designed to not make you want to throw your keyboard.

  • Docs: https://nyx.nemesistech.ee
  • GitHub: https://github.com/nemesis-security/nyx
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft