Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>DemiSyntaxNew to Visual Studio Code? Get it now.
DemiSyntax

DemiSyntax

bobrossrtx

| (0) | Free
Syntax highlighting for Demi DASM assembly and the Demi higher-level language
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

DemiSyntax — VSCode Syntax Highlighting for Demi DASM

Syntax highlighting for the DASM assembly language — the ISA-level language of the Demi virtual machine and native code assembler.

Features

  • Full DASM syntax highlighting — VM instructions, native x86/x64 instructions, FPU instructions
  • Register coloring — 64-bit, 32-bit, 16-bit, 8-bit, VM, FPU, and segment registers
  • Directive highlighting — .section, .org, .global, .test, .macro, .irp, and more
  • String and number detection — hex (0xFF), decimal, binary, quoted strings
  • Comment support — ; line comments and # alternate comments
  • Bracket matching and auto-closing pairs
  • Code folding via ; region / ; endregion

File Support

Files with the .asm extension are automatically recognized as DASM.

Installing

# Link or copy to VSCode extensions:
cp -r DemiSyntax ~/.vscode/extensions/demi-syntax-0.1.0

Next: Demi High-Level Language

Support for the Demi higher-level language (.demi, .d) is planned.

License

MIT — Copyright (c) 2025 Nous Research

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft