"bib", "ex", etc. language identifiers don't provide syntax highlighting

```bib
@misc{key,
  author = {Author},
  title = {Title},
  url = {https://example.com},
}
```

produces

image

But here writing the same thing

@misc{key,
  author = {Author},
  title = {Title},
  url = {https://example.com},
}

produces

image

Same with Elixir from Typst unable to handle large content.

Why?

1 Like

Discourse uses highlightjs, and I don’t see bib in the list of supported languages: Supported Languages — highlight.js 11.9.0 documentation

But Elixir is there, so…

elixir doesn’t highlight probably because it hasn’t been enabled by the mods in the settings

You have to enable each language separately? That’s…wow…