Wren [Undefined]
Wren [Undefined]
I did make sure that the templates were updated in #238. I didn't see it in the latest version of the book, but if it was present, it's gone. I...
Yeah, I absolutely understand if we want it to support a superset of WASM. But having it somewhat a subset and a superset at the same time is kinda weird...
Actually, it looks like the mllike mode is already supported, just only notated as F#. It would be helpful to have "ML-like" or "OCaml" specifically mentioned too.
@nathanlesage sorry for the late response, but: They're the same syntax highlighter, just more general/different names. The F# highlighter in Zettlr uses the mllike mode. Kinda like having e.g. JavaScript...
That's a remnant of the differences between the original (hljs) color schemes and the new (`.tmTheme`) color schemes converted using [`syntect::html::css_for_theme_with_class_style`](https://docs.rs/syntect/4.6.0/syntect/html/fn.css_for_theme_with_class_style.html). I tried to find ones that were the closest...
It was from https://github.com/daaain/Handlebars/blob/master/grammars/Handlebars.tmLanguage, converted using Sublime Text 3 to a `.sublime-syntax` file. Must've forgotten to write that down :sweat_smile:
Notably this does _not_ occur when using `size`, however this should ideally still work correctly and this may manifest in different ways with non-100% percentages
Woops, forgot to update the examples. Will do that.