Packages

Language lexers for Makeup using the syntect Rust library

Current section

Files

Jump to
makeup_syntect CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## v0.1.2
### Bug fixes
* Ensure HTML id and class attributes are properly handled when empty for HEEx
## v0.1.1
### Bug fixes
* Properly classify HTML attributes as `:name_attribute` instead of `:name_entity`
### Enhancements
* Allow to configure extra syntaxes to load at compile time through the `:extra_syntax_folders` configuration option. These are also registered into Makeup.
## v0.1.0
Initial release.