From bd86f4fc950cdc5bb4cb346f48c14a6e356dc4fb Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Thu, 7 Mar 2024 21:55:16 -0600 Subject: stop tracking live/ --- live/static/scripts/hljs_gdscript_class.js | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 live/static/scripts/hljs_gdscript_class.js (limited to 'live/static/scripts/hljs_gdscript_class.js') diff --git a/live/static/scripts/hljs_gdscript_class.js b/live/static/scripts/hljs_gdscript_class.js deleted file mode 100644 index 3feb099..0000000 --- a/live/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 -- cgit v1.2.3-70-g09d2