Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Heta highlight VSCodeNew to Visual Studio Code? Get it now.
Heta highlight VSCode

Heta highlight VSCode

InSysBio

|
471 installs
| (0) | Free
The package is plugin for VSCode editor to highlight Heta language code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Heta project Visual Studio Marketplace Version Visual Studio Marketplace Installs GitHub

heta-highlight-vscode package

The package is plugin for Visual Studio Code editor to highlight the Heta language code.

This is part of Heta project.

Installation from VS Marketplace

  1. From VSCode menu: Extensions (Ctrl+ Shift +X) -> Search -> "heta"
  2. It is recommended to use "Dark+" or "Light+" theme. See File -> Preferences -> Color Theme

Development mode

Press F5

Publishing in VS Marketplace

# npm i
# npx vsce login
npx vsce publish # or npm run publish

Converting to .sublime-syntax

Way 1 - Sublime only

  1. Install Sublime text: https://www.sublimetext.com/3
  2. Open Sublime text with file ./syntaxes/heta.json
  3. Install Package Control: https://packagecontrol.io/installation
  4. Tools => Command Palette... (ctrl+shift+p in Windows), type install package
  5. Select and install PackageDev
  6. Tools => Command Palette... (ctrl+shift+p in Windows), type PackageDev: Convert (YAML..., Convert to property list
  7. Rename heta.plist to heta.tmLanguage
  8. Tools => Developer => New Syntax from heta.tmLanguage
  9. Save file heta.sublime-syntax to C:\Users<user>\AppData\Roaming\Sublime Text 3\Packages\User

Way 2 - VSCode

  1. in VSCode install Package TextMate Languages
  2. View => Command Palette (ctrl+shift+p in Windows) type: Convert to tmLanguage PLIST...
  3. Save to heta.tmLanguage and use Sublime for other actions (#8)

Screenshot

Screenshot of the package

License

MIT

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