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!
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.
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!