diff options
-rw-r--r-- | phel.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
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 |