Skip to content

v0.8.0

Latest
Compare
Choose a tag to compare
@zedritsch zedritsch released this 03 Jan 13:54
· 1 commit to main since this release
967545b

Changelog

Additions

  • TextMate grammar (for Intellij support)

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>