Support .surql
SurrealDB files
#11324
Unanswered
johnbchron
asked this question in
General
Replies: 1 comment
-
A grammar needs a source descirption to be effective: [[grammar]]
name = "rust"
source = { git = "https://github.com/tree-sitter/tree-sitter-rust", rev = "473634230435c18033384bebaa6d6a17c2523281" } and (helix-specific) query definitions. One you have all that setup feel free to open a PR, no need to create an issue for something like this first. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It's SQL-like, and already has a full grammar: https://github.com/DariusCorvus/tree-sitter-surrealdb
This is the config I use with it, and it's well-formed AFAICT:
Beta Was this translation helpful? Give feedback.
All reactions