Describe the bug
It seems that the prism highlighter only supports languages defined in refractor/lib/commons.js.
Indeed, refractor/lib/all.js is absent from the dev sources

Expected behavior
All supported languages should be supported.
Minimal reproducible example
-
Go to https://addonsv24.flowingcode.com/syntax-highlighter/prism
-
Select a language not listed in common.js (e.g., brainfuck).
-
Write a valid Brainfuck program such as
- Observe that highlighting fails or is missing.

For comparison, here's the same code highlighted on Prism test page

Add-on Version
1.0.0
Vaadin Version
24.7.1
Additional information
No response
Describe the bug
It seems that the prism highlighter only supports languages defined in refractor/lib/commons.js.
Indeed,
refractor/lib/all.jsis absent from the dev sourcesExpected behavior
All supported languages should be supported.
Minimal reproducible example
Go to https://addonsv24.flowingcode.com/syntax-highlighter/prism
Select a language not listed in common.js (e.g., brainfuck).
Write a valid Brainfuck program such as
For comparison, here's the same code highlighted on Prism test page
Add-on Version
1.0.0
Vaadin Version
24.7.1
Additional information
No response