Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 731 Bytes

File metadata and controls

20 lines (13 loc) · 731 Bytes

Change Log

All notable changes to the "vscode-boost-jam" extension will be documented in this file.

0.0.2 - 2019-08-02

  • Recognize variant as built-in rule

0.0.1 - 2018-10-26

  • Initial release of vscode-boost-jam.
  • First stab at fairly usable syntax highlighting for Boost.Jam in Visual Studio Code.

Added

  • LICENSE.txt and README.md files.
  • package.json with the extension manifest.
  • language-configuration.json with language support configuration.
  • syntaxes/bjam.tmLanguage.json file with TextMate grammar for Boost.Jam language written from scratch.
  • test/colorize-fixtures/test.jam file used as test fixture (no test/colorize-results yet).