diff options
author | Chemaclass <chemaclass@outlook.es> | 2022-01-21 17:15:19 +0100 |
---|---|---|
committer | Chemaclass <chemaclass@outlook.es> | 2022-01-21 17:15:28 +0100 |
commit | 30928d0a69cdba4775743b95e3b29068f7e82500 (patch) | |
tree | bfd3e27ceea9a5abc2f96ebdd09b6e87d50a4a6a /phel.html.markdown | |
parent | 4d90c4e8a78d8f83eb88fac1de316e1c654c57d6 (diff) |
Use newlisp instead of phel for md coloring
Diffstat (limited to 'phel.html.markdown')
-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 |