Skip to content

saschpe/vscode-nc-hops

Repository files navigation

NC-HOPS support for Visual Studio Code

Syntax support for the HOPS CAM language.

Features

  • Folding
  • Code snippets
  • Syntax highlighting

Installation

You can install the plugin by searching for HOPS Language extension in the extensions market place, or by entering

ext install saschpe.nc-hops

in to the command palette.

Contributing

We welcome any contributions to help make the extension better. There are several ways you can contribute.

  1. By reporting issues
  2. Making feature requests
  3. Or by contributing code

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Convert tmLanguage YAML to JSON

npm install js-yaml
npx js-yaml syntaxes/hops.tmLanguage.yaml > syntaxes/hops.tmLanguage.json

Credits