Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.12 KB

File metadata and controls

39 lines (28 loc) · 1.12 KB

Change Log

0.4.0 - March 11, 2026

  • Added highlighting support for svg and LaTeX.
  • Enabled highlighting in Vue files.

0.3.3 - February 5, 2024

  • Add highlighting for cypher. Thanks @fabiankaestner!
  • Add highlighting for edgeql. Thanks @MrFoxPro!
  • Add highlighting for AppleScript. Thanks @flops!

0.3.2 - April 12, 2023

  • Enable highlighting of SPARQL. Thanks @Peeja!

0.3.1 - November 9, 2020

  • Enable highlighting for jsx in markdown. Thanks @homerjam!
  • Enable highlighting for mjml. Thanks @frontendwizard!

0.3.0 - October 23, 2019

  • Also enable highlighting in html file script blocks. Thanks @janispritzkau!

0.2.1 - January 07, 2019

  • Highlight blocks a single color when a matching language grammar cannot be found.

0.2.0 - July 12, 2018

  • Added markdown and graphql language support. Thanks @axefrog!

0.1.1 - July 11, 2018

  • Fix leak of matching.

0.1.0 - July 11, 2018

  • More efficient matching rules.
  • Case insensitive language name matching.

0.0.2 - July 5, 2018

  • Fixing syntax highlighting for many cases of template subs in embedded languages.

0.0.1 - July 5, 2018

  • Initial release