llama.cpp/tools/server/public
Hamish M. Blair 97508acb17
webui: fix syntax highlighting lost after streaming for non-common languages (#21206)
* webui: fix syntax highlighting lost for non-common languages after streaming

rehype-highlight uses lowlight internally, which only bundles 37 "common"
languages. The streaming code path uses highlight.js directly (192 languages),
so languages like Haskell highlight correctly while streaming but lose all
color once the code block closes. Pass the full lowlight language set to
rehype-highlight so both paths support the same languages.

* webui: rebuild static files after rebase
2026-04-08 08:58:08 +02:00
..
bundle.css Fix rtl text rendering (#21382) 2026-04-07 11:37:20 +02:00
bundle.js webui: fix syntax highlighting lost after streaming for non-common languages (#21206) 2026-04-08 08:58:08 +02:00
index.html webui: fix syntax highlighting lost after streaming for non-common languages (#21206) 2026-04-08 08:58:08 +02:00
loading.html llama : move end-user examples to tools directory (#13249) 2025-05-02 20:27:13 +02:00