sbvr-syntax
provides code editor syntax highlighting for SBVR. The
syntax understood is mostly that used by balena in various projects.
Currently only Sublime Text 3 is supported, though PRs to support other
editors are welcome.
Installation is currently manual:
- In Sublime Text, open Preferences → Browse Packages.... This will open the Sublime Text Packages directory in the Finder.
- Download and unzip or clone this repository into the packages directory.
- Rename the project directory to SBVR.
- Restart Sublime Text to complete the installation.
- Done. Now open an SBVR file and enjoy!
You're most welcome to contribute or suggest improvements. Here are a few areas you may want to help with:
- Syntax improvements.
- Support for other editors. VSCode is particularly welcome.
- Bundled snippets.
- Installation via Package Control.
sbvr-syntax
is licensed under the Apache 2.0 license; see LICENSE.