2 runCommand "documentation-highlighter" {
4 description = "Highlight.js sources for the Nix Ecosystem's documentation";
5 homepage = "https://highlightjs.org";
6 license = lib.licenses.bsd3;
7 platforms = lib.platforms.all;
8 maintainers = [ lib.maintainers.grahamc ];
10 src = lib.sources.cleanSourceWith {
12 filter = path: type: lib.elem (baseNameOf path) ([