From 30928d0a69cdba4775743b95e3b29068f7e82500 Mon Sep 17 00:00:00 2001 From: Chemaclass Date: Fri, 21 Jan 2022 17:15:19 +0100 Subject: [PATCH] Use newlisp instead of phel for md coloring --- phel.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phel.html.markdown b/phel.html.markdown index 4747838b..4dc030fa 100644 --- a/phel.html.markdown +++ b/phel.html.markdown @@ -17,7 +17,7 @@ It is a dialect of Lisp inspired by Clojure and Janet. - Powerful but simple Syntax - REPL -```phel +```newlisp # Comments begin with a # character and continue until the end of the line. There are no multi-line comments. # Phel is written in "forms", which are just