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!
- Clone this repository
- Run
npm ito install dependencies - Run
npm run vsce packto bundle extension in.vsixformat - Use
Extensions: Install from VSIXcommand in your VSCode and point it to the newly bundled extension
samples/tact-grammar.ohmis taken from tact-lang/tact under MIT licensesamples/ohm-grammar.ohmwith slight modifications is taken from ohmjs/ohm under MIT license
