Bluespec Classic Highlighting SupportThis mode adapts the Haskell textmate grammar to Bluespec Classic to provide Bluespec Classic syntax highlighting in Visual Studio Code. The extension is derived from https://github.com/JustusAdam/language-haskell Syntax highlightingAdds syntax highlighting support for Bluespec Classic ( BugsIf you happen to notice bugs or have suggestions for improvements visit the issue section of the repository. ThemesThis extension provides TextMate scopes for use in syntax highlighting, but the colours displayed depend on the theme being used. Unfortunately many themes have incomplete support for the different TextMate scopes, and as a result different tokens can end up with identical colours. For a theme that supports all the scopes provided by this extension, see the Groovy Lambda theme. ContributingThis project currently uses the
For testing, we use the Node package To run the test-suite, simply call Local installationFirst, install the JavaScript dependencies with
To build the syntax rules and create the VSCode extension package, run
Finally, you can install it either from the GUI or from the command line by running
and then restarting VSCode. To run the test suite, simply call |