A VS Code extension, which is developed along with the Hydrogen compiler creation series by Pixeled.
- Basic syntax highlighting for
.hy
files
Go to Terminal (menubar) and select Run Build Task...
(or press CTRL
+SHIFT
+B
)
Press F1
(or CTRL
+SHIFT
+P
) and type Run Build Task...
vsce package
Guide from the PyCharm Documentation
- Go to the settings dialog (
CTRL
+ALT
+S
), and underEditor
selectTextMate Bundles
- Click the add button (
+
) and locate the extracted.zip
-folder on your disk - Then press
OK
to apply the changes
Go to the extensions tab (CTRL
+SHIFT
+X
), more options (...
) and select Install from VSIX...
Press F1
(or CTRL
+SHIFT
+P
) and type Install from VSIX...
Visual Studio Code
code --install-extension <extension_path>
VSCodium
codium --install-extension <extension_path>
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!