Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Xan ScriptNew to Visual Studio Code? Get it now.
Xan Script

Xan Script

Xan-script

| (0) | Free
Syntax highlighting for Xan Script (.xan) — a modern, safer alternative to TypeScript
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Xan Script — language support for VS Code

Syntax highlighting and editing support for Xan Script (.xan files), a modern, safer, faster-to-develop alternative to TypeScript.

  • TextMate grammar: source.xanscript
  • Covers comments, string interpolation ("hello, {name}"), keywords, built-in types, numbers, function declarations, calls, and std.* module references
  • The grammar doubles as the TextMate grammar used by GitHub Linguist

Usage

Install from the Marketplace, or run from source:

git clone https://github.com/Evvyinnit/xanscript-language
cd xanscript-language
npm install -g @vscode/vsce
vsce package
code --install-extension xanscript-language-0.1.0.vsix

License

MIT — see LICENSE.

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