Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>DarkX Programming Language SupportNew to Visual Studio Code? Get it now.
DarkX Programming Language Support

DarkX Programming Language Support

Noval Pramudia

|
1 install
| (0) | Free
Syntax highlighting untuk bahasa pemrograman simbolik DarkX (.dx)
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

DarkX Language Support (VS Code)

Extension ini memberi syntax highlighting untuk file .dx (bahasa DarkX).

Fitur

  • Highlight untuk seluruh simbol DarkX: ::: === >>> <<< +++ --- ** // %% :: ?? ~~ => <= {{ }} (( )) ,, ;; ## =? !? >? <? >=? <=? && || !!
  • Highlight literal string (dengan escape) dan angka
  • Highlight komentar ## ...
  • Highlight nama fungsi saat dipanggil (namaFungsi((...)))
  • Auto-closing pairs untuk {{ }}, (( )), dan "
  • Comment toggle (Ctrl+/) memakai ##

Instalasi Lokal

npm install -g @vscode/vsce
vsce package
code --install-extension darkx-lang-0.1.0.vsix

Development

Buka folder ini di VS Code, tekan F5 untuk membuka jendela Extension Development Host, lalu buka file .dx apa saja (misalnya examples/hello.dx dari proyek DarkX utama) untuk melihat hasilnya.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
  • Your Privacy Choices
  • Consumer Health Privacy
© 2026 Microsoft