Overview
Announcing an update to Midori HP. Check out the previous update here:
Release Notes
Syntax highlighting was first introduced to Midori HP back in 2017. At that time, TypeScript wasn’t supported.
Since I wanted to support TypeScript, I decided to tackle this issue. Also, for a change of pace, I switched the library used for highlighting. From now on, Prism.js will be handling it.
With this, TypeScript is now fully supported.
Since I switched libraries, the syntax styling for previously working languages like Python and JavaScript also looks different now.
Conclusion
I’ve been writing more TypeScript on Midori HP lately, and the lack of proper syntax highlighting was starting to bother me. I'm glad I was able to fix it in just a few hours.