mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
Mainly leave shadow-cljs for build cljs stuff and use esbuild for bundle all js dependencies, completly avoiding all possible incompatibility issues between js libraries and google closure compiler.
6 lines
109 B
JavaScript
6 lines
109 B
JavaScript
import h from "highlight.js";
|
|
|
|
export function highlightElement(node) {
|
|
return h.highlightElement(node);
|
|
}
|