aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkj_sh6042026-04-18 21:31:45 -0400
committerkj_sh6042026-04-18 21:31:45 -0400
commited48cca74dfae494648ab43de0528dffb6e87ed1 (patch)
treeb585bc1e32ac4246a79b608e237da8fcc94e6e87
parent54b1d2cfea915fa0ec35beadfe7881f21516bcc0 (diff)
refactor: add `html` for findability
-rw-r--r--src/main.js1
-rw-r--r--src/server.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/main.js b/src/main.js
index e0a9600..daa7a28 100644
--- a/src/main.js
+++ b/src/main.js
@@ -82,6 +82,7 @@ const HIGHLIGHTJS_LANGUAGES = [
"haxe",
"hsp",
"http",
+ "html",
"hy",
"inform7",
"ini",
diff --git a/src/server.py b/src/server.py
index 79919ad..93b30b8 100644
--- a/src/server.py
+++ b/src/server.py
@@ -149,6 +149,7 @@ ALLOWED_LANGUAGES = {
"haxe",
"hsp",
"http",
+ "html",
"hy",
"inform7",
"ini",