highlight.js v9.18.0 Release Notes

Release Date: 2020-01-20 // over 4 years ago
  • ๐Ÿ†• New languages:

    • none.

    ๐Ÿ†• New themes:

    • none.

    Core Changes:

    • none.

    Language Improvements:

    • (javascript) fix JSX self-closing tag issues (#2322) Josh Goebel
    • (fortran) added block and endblock keywords (#2343) Philipp Engel
    • ๐Ÿ‘ (javascript) support jsx fragments (#2333) Josh Goebel
    • ๐Ÿ‘ (ini) support TOML arrays, clean up grammar (#2335) Josh Goebel
    • (vbnet) add nameof operator to the keywords (#2329) Youssef Victor
    • โšก๏ธ (stan) updated with improved coverage of language keywords and patterns. (#1829) Jeffrey Arnold
    • enh(cpp) Detect namespaced function types (A::typeName func(...)) (#2332) Josh Goebel
    • enh(cpp) Detect namespaced functions also (A::functionName) (#2332) Josh Goebel
    • enh(cpp) Properly detect decltype(auto) (#2332) Josh Goebel
    • enh(cpp) recognize primitive types (int8_t, etc.) as function types (#2332) Josh Goebel

    Developer Tools:

    • ๐Ÿ“œ feat(developer): add button to show parsed structure (#2345) Nils Knappmeier