highlight.js v8.7 Release Notes

  • ๐Ÿ†• New languages:

    ๐Ÿ†• New styles:

    ๐Ÿ›  Notable fixes and improvements to existing languages:

    • ๐Ÿ›  Fix encoding of images when copied over in certain builds
    • ๐Ÿ›  Fix incorrect highlighting of the word "bug" in comments
    • Treat decorators different from matrix multiplication in Python
    • ๐Ÿ›  Fix traits inheritance highlighting in Rust
    • ๐Ÿ›  Fix incorrect document
    • Oracle keywords added to SQL language definition by Vadimtro
    • Postgres keywords added to SQL language definition by Benjamin Auder
    • ๐Ÿ›  Fix registers in x86asm being highlighted as a hex number
    • ๐Ÿ›  Fix highlighting for numbers with a leading decimal point
    • Correctly highlight numbers and strings inside of C/C++ macros
    • ๐Ÿšš C/C++ functions now support pointer, reference, and move returns