vscode-boost-jamThis extension provides support for Boost.Jam language in Visual Studio Code. Boost.Jam is an interpreted language implemented by Boost.Build
engine, Features
Although the process of writing a TextMate language grammar remains poorly documented, this is a brave first attempt to provide a minimal usable support for Boost.Jam. By no means, it is free from bugs or covers all elements of Boost.Jam language. Non-trivial TextMate grammars for Visual Studio Code count from 500 to 5000 lines of code, and this one less than 200. Installation
Acknowledgements
DevelopmentThe main part of the extension is the If you want to offer a fix or improvement, awesome! Please improve the file and create a pull request against this git repository. All contributions are welcome! TestingThere are no automated tests provided.
There is just Instead, install or run the extension and open Running and debugging your extension explains in details how to run the extension for convenient development and testing. In short:
Publishing(by original author) Follow the official guide on [Publishing Extension(https://code.visualstudio.com/api/working-with-extensions/publishing-extension) to VS Code Extension Marketplace. LicenseEnjoy! |