taekwombo / tree-sitter-cypher

Cypher grammar for Tree-sitter
The Unlicense
5 stars 1 forks source link

Submission to the neovim treesitter package #1

Open marcesengel opened 1 day ago

marcesengel commented 1 day ago

Hi,

I just stumbled across this project trying to get inline highlighting for CYPHER inside my TypeScript files. First of all thanks a lot for implementing this parser!

I'm planning to write some queries for highlighting etc. based on your parser and maybe submit them to the nvim-treesitter repo for everyone to use. I know that based on the license this is fine, but I still wanted to give you a heads up and make sure to credit your work (as it's the bulk of what needs to be done, from my understanding the queries won't be much work).

Would this be okay with you? Thanks again for your work, I appreciate it a lot!

taekwombo commented 16 hours ago

Of course, use it if you need it.

One thing may be missing in the grammar- fields.

I have not added those to keep the grammar simple. If adding those greatly simplifies or enables highlight/indent/other queries feel free to post PR/issue.