skylighting v0.7.7 Release Notes

Release Date: 2019-02-27 // about 5 years ago
    • Add parseSyntaxDefinitionFromString [API change].
    • Fix parseSyntaxDefinition so that language.dtd no longer needed. We strip out the SYSTEM "language.dtd" part of the doctype if present, leaving any inline entity definitions. This applies to both parseSyntaxDefinition and parseSyntaxDefinitionFromString.
    • Revised documentation of bootstrap build.
    • Makefile - fix bootstrap target.
    • Use FilePath instead of String for path (#64, anchpop).