summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXiao Pan <xyz@flylightning.xyz>2026-03-01 10:33:01 +0000
committerXiao Pan <xyz@flylightning.xyz>2026-03-01 10:33:01 +0000
commit1282894871f610d98f1a85c5c0dde15d322f3f21 (patch)
tree61d830e01df3fd3a7735fda49f3d42a763609d09
parent3ed089ec02ec6d01269c6be608039e38b158d65f (diff)
highlight update; pacdiffca
-rw-r--r--etc/highlight/filetypes.conf1
-rw-r--r--usr/share/webapps/cgit/highlight.css2
2 files changed, 2 insertions, 1 deletions
diff --git a/etc/highlight/filetypes.conf b/etc/highlight/filetypes.conf
index 5028b5c3..4d4168f0 100644
--- a/etc/highlight/filetypes.conf
+++ b/etc/highlight/filetypes.conf
@@ -129,6 +129,7 @@ FileMapping = {
{ Lang="squirrel", Extensions={"nut"} },
{ Lang="luban", Extensions={"lbn"} },
{ Lang="maya", Extensions={"mel"} },
+ { Lang="miniscript", Extensions={"ms"} },
{ Lang="nemerle", Extensions={"n"} },
{ Lang="nim", Extensions={"nimble", "nimrod", "nims"} },
{ Lang="paradox", Extensions={"sc"} },
diff --git a/usr/share/webapps/cgit/highlight.css b/usr/share/webapps/cgit/highlight.css
index 41da8cd4..462557f9 100644
--- a/usr/share/webapps/cgit/highlight.css
+++ b/usr/share/webapps/cgit/highlight.css
@@ -1,4 +1,4 @@
-/* Style definition file generated by highlight 4.18, http://andre-simon.de/ */
+/* Style definition file generated by highlight 4.19, http://andre-simon.de/ */
/* highlight theme: Kwrite Editor */
body.hl { background-color:#e0eaee; }
pre.hl { color:#000000; background-color:#e0eaee; font-size:10pt; font-family:'Courier New',monospace; white-space: pre-wrap; }