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

Elysium Language

Steve Tran

| (0) | Free
Syntax highlighting for Elysium — a human-friendly, AI-compatible programming language
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Elysium Language — VS Code Extension

Syntax highlighting, snippets, and language support for the Elysium programming language.

Elysium is a human-friendly, AI-compatible language with: ARC memory management, spec-driven development, async/await, parallel blocks, declarative UI components, and more.

Features

  • Syntax highlighting for .ely and .elyx files
  • Code snippets for common Elysium constructs (func, let, var, for, if, class, component, spec, etc.)
  • Language configuration: bracket matching, auto-closing pairs, indentation rules, comment toggling

Supported Constructs

Category Examples
Keywords let, var, func, if, else, then, for, in, while, return, match, case, switch, import, as, class, init, enum, component, state, render, async, await, parallel, private, lazy, stub, try, catch, finally, do, bc, because, only, unsafe, weak, unowned
Spec-driven spec, describe, feat, it, expect, todo, question, bench, bm
Types Int, Float, Bool, String, Char, Nil, Option, Result, Array, Self
Builtins print, sum, min, max, abs, len, count, isEmpty, map, filter, reduce
Comments // line, /// doc, /* */ block
.elyx UI component, state, render, XML/JSX-like tags

Installation

  1. Clone this repo
  2. Open the vscode-elysium folder in VS Code
  3. Press F5 to launch a new Extension Development Host window
  4. Open any .ely or .elyx file to see syntax highlighting

Installing from VSIX

npx @vscode/vsce package
code --install-extension elysium-lang-0.1.0.vsix

Color Theme Mapping

The grammar assigns standard TextMate scopes that integrate with any VS Code color theme:

Elysium construct TextMate scope
Control flow keyword.control.elysium
Declarations keyword.declaration.elysium
Function names entity.name.function.elysium
Class/component names entity.name.type.class.elysium
Type names storage.type.elysium
Builtin functions support.function.builtin.elysium
Strings string.quoted.double.elysium
Numbers constant.numeric.elysium
Comments comment.line.elysium
Doc comments comment.line.documentation.elysium
XML tags (.elyx) meta.tag.elysium
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft