Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 847 Bytes

CHANGELOG.md

File metadata and controls

30 lines (21 loc) · 847 Bytes

Change Log

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