Skip to content

zedritsch/hydrogen-vsc

Repository files navigation

Hydrogen for VS Code

A VS Code extension, which is developed along with the Hydrogen compiler creation series by Pixeled.

Features

  • Basic syntax highlighting for .hy files

Building

From Editor

Go to Terminal (menubar) and select Run Build Task... (or press CTRL+SHIFT+B)

Command Palette

Press F1 (or CTRL+SHIFT+P) and type Run Build Task...

Or Terminal

vsce package

Installation

JetBrains IDE

Guide from the PyCharm Documentation

  1. Go to the settings dialog (CTRL+ALT+S), and under Editor select TextMate Bundles
  2. Click the add button (+) and locate the extracted .zip-folder on your disk
  3. Then press OK to apply the changes

From Editor

Go to the extensions tab (CTRL+SHIFT+X), more options (...) and select Install from VSIX...

Command Palette

Press F1 (or CTRL+SHIFT+P) and type Install from VSIX...

Or Terminal

Visual Studio Code

code --install-extension <extension_path>

VSCodium

codium --install-extension <extension_path>

Contributing

Contributions to this project are always welcome! If you want to add or change anything, feel free to fork this repository. After applying your changes, create a pull request with a meaningful title and detailed description. Also, please make sure to pay attention to requested changes and reviews from other contributors. Thanks in advance!