mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 08:20:45 -05:00
6 lines
109 B
JavaScript
6 lines
109 B
JavaScript
|
import h from "highlight.js";
|
||
|
|
||
|
export function highlightElement(node) {
|
||
|
return h.highlightElement(node);
|
||
|
}
|