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

DTX Language

CDTX Office

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

DTX Language

DTX Language adds syntax highlighting and basic language support for the DTX programming language in Visual Studio Code.
DTX est le langage haut-niveau du projet CPTX, qui compile vers BTX (langage bas-niveau ASM-like) puis en binaire.


✨ Features

  • Syntax highlighting for DTX source files (.dtx).
  • Support for keywords: code, let, def, return, import, STANDARD.
  • Highlighting of operators: +, -, *, /, =.
  • Highlighting of numbers and strings.
  • Line comments with ;.
  • Basic editor features: bracket matching, auto-closing pairs, surrounding pairs.

Example:

; Exemple DTX
code = 1 + 1

def main():
  let x = 42
  return x
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft