-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support indents and folding #112
Conversation
yads
commented
Jun 5, 2023
- added indents.scm and folds.scm queries
Hey, thanks for the PR! Is there some way to add tests for these new features, the way that the highlighting has tests? |
I honestly have no idea how to do that. I looked at the tests directory and can't make heads or tails of what's going on. Is there somewhere you can point me to get more info? |
Did some more digging and near as I can tell only parsing and highlights tests are supported by |
🎉 |
somehow I already have these in my local install? is this PR needed?
|
So technically it isn't because I submitted these changes to treesitter directly nvim-treesitter/nvim-treesitter@0ae4942 However, it would be good to have these merged into the main repo for glimmer imo. |
I'm a newb and I don't know anything, so what's the advantage of having files here vs there? <3 |
No idea, but that's how all the treesitter projects seem to be structured.
…On Thu, Oct 26, 2023 at 12:37 PM NullVoxPopuli ***@***.***> wrote:
I'm a newb and I don't know anything, so what's the advantage of having
files here vs there?
—
Reply to this email directly, view it on GitHub
<#112 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAEAYZZ4VHKX6ZHIQD7QSLTYBKUYNAVCNFSM6AAAAAAY3CB562VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOBRGY3DGOBVGM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
-Vadim Kazakov
|
@alexlafroscia can we merge and release? |
hm.. this was not intended to be closed. I tried rebasing the branch, and I guess something went wrong? |
Copies over the contents from the original PR here: #112