Releases: patricoferris/hilite
Releases · patricoferris/hilite
0.5.0
CHANGES:
- Allow users to supply their own grammars and bypass the built-in ones (#19, @patricoferris)
- Separate markdown package into an optional
hilite.markdown
package (#18, @patricoferris)
0.4.0
CHANGES:
- Use cmarkit as the markdown library instead of omd (#11, @patricoferris with help from @oyenuga17)
0.3.0
CHANGES:
-
Add support for
diff
language (#10, @tmattio)The syntax is coming from the official
repository
and has been converted to JSON using the
Textmate Languages VSCode extension
0.2.0
CHANGES:
- Escape HTML entities (#5, @cuihtlauac)
0.1.1
CHANGES:
- Add shell script syntax highlighting (#4, @patricoferris)
0.1.0
CHANGES:
- Initial public release