For some reason using ```glsl as a hint does not lead to proper syntax highlighting. The used library highligh.js should support it out of the box, so we will need to investigate why it does not work.
(for context, GLSL is useful as it also works for godot shading language)
hmm, at least in discourse typescript works out of the box:
const foo = "bar"
So if it is required, then that is already done by discourse. But I’ll see how discourse does this internally, maybe that’s a good start to investigate.