Use newlisp instead of phel for md coloring

This commit is contained in:
Chemaclass 2022-01-21 17:15:19 +01:00
parent 4d90c4e8a7
commit 30928d0a69

View File

@ -17,7 +17,7 @@ It is a dialect of Lisp inspired by Clojure and Janet.
- Powerful but simple Syntax - Powerful but simple Syntax
- REPL - REPL
```phel ```newlisp
# Comments begin with a # character and continue until the end of the line. There are no multi-line comments. # 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 # Phel is written in "forms", which are just