refactor(highlightjs): create separate project

This commit is contained in:
Elian Doran
2025-05-18 00:16:09 +03:00
parent 56d4d7c20f
commit d4fab87ed9
10 changed files with 130 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
export function highlightjs(): string {
return 'highlightjs';
}