Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/balena-io-experimental/sbvr-syntax
Syntax highlighting for SBVR
https://github.com/balena-io-experimental/sbvr-syntax
sbvr sublime-text
Last synced: about 2 months ago
JSON representation
Syntax highlighting for SBVR
- Host: GitHub
- URL: https://github.com/balena-io-experimental/sbvr-syntax
- Owner: balena-io-experimental
- License: apache-2.0
- Created: 2019-02-15T14:55:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-01T09:35:20.000Z (over 3 years ago)
- Last Synced: 2024-04-17T09:52:54.364Z (8 months ago)
- Topics: sbvr, sublime-text
- Size: 385 KB
- Stars: 3
- Watchers: 17
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
SBVR Syntax
===========`sbvr-syntax` provides code editor syntax highlighting for [SBVR][sbvr]. The
syntax understood is mostly that used by [balena][balena] in various projects.
Currently only [Sublime Text 3][st3] is supported, though PRs to support other
editors are welcome.[sbvr]: https://www.omg.org/spec/SBVR/
[balena]: https://balena.io/
[st3]: http://www.sublimetext.com/## Installation
Installation is currently manual:
1. In Sublime Text, open *Preferences* → *Browse Packages...*. This will open
the Sublime Text Packages directory in the Finder.
2. [Download and unzip][zip] or clone this repository into the packages
directory.
3. Rename the project directory to *SBVR*.
4. Restart Sublime Text to complete the installation.
5. Done. Now open an SBVR file and enjoy![zip]: https://github.com/balena-io-playground/sbvr-syntax/archive/master.zip
## Contributing
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.## License
`sbvr-syntax` is licensed under the Apache 2.0 license; see [LICENSE](LICENSE).