Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Dex Syntax HighlightingNew to Visual Studio Code? Get it now.
Dex Syntax Highlighting

Dex Syntax Highlighting

Younesse Kaddar

|
1,581 installs
| (0) | Free
Syntax highlighting support for Dex in Visual Studio Code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Dex Syntax Highlighting VSCode Extension

Syntax highlighting support for the Dex language in Visual Studio Code.

It is based on Dougal Maclaurin and Alexey Radul's Emacs Lisp Dex syntax highlighting file and the Haskell Syntax Highlighting Extension.

Screenshot Dex

Contributing and Testing

To generate the JSON grammar (expected by VS Code) from the YAML-tmLanguage file, use the Node package js-yaml:

npx js-yaml syntaxes/dex.YAML-tmLanguage > syntaxes/dex.tmLanguage.json

Testing can be done with the Node package vscode-tmgrammar-test:

vscode-tmgrammar-test examples/prelude.dx
# ✓ examples/prelude.dx run successfuly.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft