From c0dea177154dfe27ae37075220784063c66fae0d Mon Sep 17 00:00:00 2001 From: Daniel Bulant Date: Wed, 14 Feb 2024 00:27:51 +0100 Subject: [PATCH] add readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ed511bf --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# SurrealQL lezer and codemirror 6 support + +This packages provides a lezer parser as well as CM6 language support for SurrealQL. +Parser may not be complete as the documentation for SurrealQL is incomplete, but it should be good enough for general code highlight.