skylighting v0.12.1 Release Notes

    • Update syntax definitions: bash, cmake, dockerfile, gnuassembler, markdown, spdx-comments.

    • Support hex escapes using \x in regex char classes (#135). These occur in a number of syntax definitions and weren't correctly interpreted before. Thanks to @Agnishom.

    • Support regex property syntax, e.g. \p{Lu}.

    • Regex: support \B (non-word-boundary).