Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Hypl (Hyperian)New to Visual Studio Code? Get it now.
Hypl (Hyperian)

Hypl (Hyperian)

hyperian

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

Hypl (Hyperian) VS Code Extension

This minimal VS Code extension provides:

  • File association for .hypl files
  • TextMate-based syntax highlighting
  • Snippets for common constructs (model, controller, view)

Installation (dev)

  1. Install dev tools:
npm install -g vsce
  1. From this folder, create a VSIX package:
cd vscode-hypl
vsce package
# This creates hyperian-hypl-0.1.0.vsix
  1. Install the VSIX into VS Code (Command Palette → "Extensions: Install from VSIX...")

Development

  • Open the vscode-hypl folder in VS Code and press F5 to launch an Extension Development Host to test the extension.

Notes

  • This is a minimal grammar (TextMate) for initial highlighting. For best accuracy, we can generate a more complete TextMate grammar from the existing Tree-sitter grammar or switch to semantic tokens / LSP later.

Contributions welcome — add more tokens, scopes, and snippets to improve editor support.

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