surrealdb / surrealql-grammar

SurrealQL grammar definition for TextMate, VSCode, and other IDEs
https://surrealdb.com
Apache License 2.0
26 stars 4 forks source link

SurrealQL Grammar / LSP #10

Open itsezc opened 10 months ago

itsezc commented 10 months ago

Submit Surreal Grammar to the following repositories so that other IDEs can support them i.e. Zed:

This may need an implementation of a tree sitter, if necessary.

siph commented 9 months ago

There is a tree-sitter implementation here: https://github.com/DariusCorvus/tree-sitter-surrealdb

And a neovim plugin: https://github.com/DariusCorvus/tree-sitter-surrealdb.nvim