aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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",