(Translated by https://www.hiragana.jp/)
GitHub - novusnota/vscode-ohm: Ohm language support for Visual Studio Code (VSCode)
Skip to content

Ohm language support for Visual Studio Code (VSCode)

License

Notifications You must be signed in to change notification settings

novusnota/vscode-ohm

Repository files navigation

vscode-ohm

Ohm language support for Visual Studio Code (VSCode). Currently provides syntax highlighting only. Rather strict, enforces each RuleBody to be written on one line, starting with |. However, this limitation provides for great formatting!

Ohm + VSCode

Manual installation

  1. Clone this repository
  2. Run npm i to install dependencies
  3. Run npm run vsce pack to bundle extension in .vsix format
  4. Use Extensions: Install from VSIX command in your VSCode and point it to the newly bundled extension

Samples

  • samples/tact-grammar.ohm is taken from tact-lang/tact under MIT license
  • samples/ohm-grammar.ohm with slight modifications is taken from ohmjs/ohm under MIT license

License

MIT