All notable changes to this will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning
- Updated description
- Fixed Markdown Bluespec injection overriding other injected languages. Adjusted test case to cover.
- 1.1.1 and 1.1.2 were also meant to be this, but didn't end up working in production.
- Used Matt Bierner's useful example to do it properly.
- Added injection support for Markdown. We can now do e.g.,
```bluespec
blocks in Markdown and have them be properly formatted with this extension. - (Invisible) Added some
meta
categories in anticipation of future refactor.
- Fixed
==
to be recognized as a single operator instead of two=
. - Fixed
input
from being recognized as keyword even when part of a bigger identifier. - Fixed (with stopgap) the
?
in ternary operator from being marked as a syntax error when at the end of a line.
- Minor cosmetic changes to README and packaging.
- Minor cosmetic changes to README
- Initial syntax highlighting
- Initial few snippets
- Initial promotional material