summaryrefslogtreecommitdiff
path: root/static/scripts/hljs_gdscript_class.js
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2022-12-16 17:45:03 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2022-12-16 17:45:03 -0600
commit7e49db5ddefe8c515b5f3931a5c701efaac33d91 (patch)
treed7d1efda44837a466fe079266efda90021812399 /static/scripts/hljs_gdscript_class.js
parent3112a76dac594fe715b59e53c399b0dec5b53193 (diff)
change structure for new pyssg version
Diffstat (limited to 'static/scripts/hljs_gdscript_class.js')
-rw-r--r--static/scripts/hljs_gdscript_class.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/static/scripts/hljs_gdscript_class.js b/static/scripts/hljs_gdscript_class.js
deleted file mode 100644
index 3feb099..0000000
--- a/static/scripts/hljs_gdscript_class.js
+++ /dev/null
@@ -1,7 +0,0 @@
-// this is a dirty solution as I wasn't able to add actual gdscript functionality as described
-// in the hljs documentation... I'm too dumb I guess
-// no longer required, i'm directly using what i found here: https://joshanthony.info/2021/07/01/how-to-add-gdscript-syntax-highlighting-to-your-blog/
-document.addEventListener("DOMContentLoaded", function(event) {
- let a = document.getElementsByClassName("language-gdscript");
- [...a].forEach(x => x.className = "hljs gdscript");
-}) \ No newline at end of file