GitXplorerGitXplorer
s

surrealql-grammar

public
23 stars
3 forks
5 issues

Commits

List of commits on branch main.
Verified
c1e8186df85a1ffedaec78857566cc6a8287f92d

Bump 0.2.16

kkearfy committed 6 months ago
Verified
1cedb13a8dc16869bf67dbb5510d4eb5d6fca737

Add new keywords

kkearfy committed 6 months ago
Verified
e0d3f54277d6aba14863d8c378b4e4badd1b6142

Bump 0.2.15

kkearfy committed 7 months ago
Verified
3b771a098d40737c10f846c4fa46d03676ae8240

Fixup!

kkearfy committed 7 months ago
Verified
70e12f4db580498ff6f28c1b74a25fc08cc25337

Bump 0.2.14

kkearfy committed 7 months ago
Verified
b1dd0c3ae6ebfce9db70952ed3277dca7563dabe

Add Markdown + MDX support

kkearfy committed 7 months ago

README

The README file for this repository.

SurrealQL grammar

SurrealQL is the SQL-like language used by SurrealDB. This repository holds it's grammar definition, implementing the textmate-grammar specification.

Getting started

The grammar is mainly written for the Visual Studio Code editor. It is easiest to change the grammar there and to debug it.

To get started:

  • Clone this repository (https://github.com/surrealdb/surrealql-grammar)
  • Open the cloned folder in VScode
  • Open the debug panel from the left sidebar
  • In the middle top of the opened pane, open the (green) start button
  • A new window should pop up. Open a SurrealQL file to edit it and see the grammar in action.

Credits

This grammar was much inspired by Mathe42's work. You can find his work here on GitHub.