Adrian
Adrian
> Do you mind explaining what you are trying to accomplish by using :wrap? I originally did it to remove the leading colon in `ob-ipython` so that the result would...
I haven't worked with the source blocks in over 6 months. So something may have changed since. What are the src block options you are using to capture the file?...
This test was removed in commit 66f3124 of sv-tests so this can probably be closed.
Were you regenerating the parser? What version of tree-sitter were you using? I've used 0.19.5 in the past and I didn't have any issues. I did see some issues with...
I took a look at this for the `intergral_number` case and ran into a couple of issues. You cannot put non-terminals inside a `token()` at present ([link](https://github.com/tree-sitter/tree-sitter/issues/449)). So one cannot...
I've been testing this to attempt to get the shared object to reload. I've noticed that `tree-sitter-require' is returning the same object between compiles of the grammar (in which the...
`tsc--load-language` is also returning the same object even when a new shared object file including a change to the grammar is used. It seems that the issue is either with...