BibLaTeX, Elixir 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 Why does Typst crash with large amounts of 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…

Rust uses some weird default styling. I don’t think it’s for Rust, but it is colored. How to add content to page using the crate in web assembly? - #2 by Andrew