feat(highlight): add gdscript

This commit is contained in:
Elian Doran
2025-05-18 21:10:26 +03:00
parent 784e434fc8
commit eb77a880dc
5 changed files with 128 additions and 114 deletions

View File

@@ -74,7 +74,7 @@ const byMimeType: MimeRecord = {
"text/x-fortran": () => import("highlight.js/lib/languages/fortran"),
"text/x-fsharp": () => import("highlight.js/lib/languages/fsharp"),
"text/x-gas": null,
"text/x-gdscript": null,
"text/x-gdscript": () => import("@exercism/highlightjs-gdscript"),
"text/x-gfm": () => import("highlight.js/lib/languages/markdown"),
"text/x-go": () => import("highlight.js/lib/languages/go"),
"text/x-groovy": () => import("highlight.js/lib/languages/groovy"),