shexml-syntax-highlighterThis is an extension providing syntax highlighting for the Shape Expressions Mapping Language (ShExML) using a TextMate grammar in Visual Studio Code. FeaturesThe extension can highlight the different tokens used in ShExML depending on their context and importance. Take into account that this is not full grammar nor a language server so it will not provide autocorrection or autocompletion for the code. You can see it in action here: InstallationYou can clone this repository, package and install it in your own Visual Studio Code using the following commands: First, you need to ensure that you have Node.js installed to then install the vsce tool:
Then, create a package with the extension code using:
Finally, install it in your Visual Studio Code instance:
Release NotesSee the file CHANGELOG.md for further details about the release notes per version. |