Update moonscript syntax highlight colors

This commit is contained in:
2025-06-16 20:18:05 -07:00
parent 1dcaa134fc
commit 8ed0e4f2dd
8 changed files with 716 additions and 16 deletions

View File

@@ -9,6 +9,7 @@ CodeBlock: (block) ->
if block.classes[1] == "moon" or block.classes[1] == "moonscript"
-- p = io.popen ("pygmentize -f html -O style=dracula,wrapcode,classprefix=py- -l moonscript.py %s -x")\format fname
p = io.popen (cmd .. " -x")\format "moonscript.py", fname
-- p = io.popen (cmd)\format "moonscript", fname
-- p = io.open fname
out = p\read"*a"