Danny Freeman
Danny Freeman
Now that Emacs compiles from source for you I may remove these instructions and instead link to somewhere else that has them instead.
> Ah sorry. May be I should have made this in the Discussions area No an issue is fine. I don't even get notifications from discussions lol. This is a...
@sogaiu check this out 855cddd124eb4ed9197281fe7f56697902b35cb1 Seems useful for other languages as well. Maybe even belongs in emacs core.
Indeed, I've submitted a couple bug fixes to Emacs for js-ts-mode where those version workarounds didn't work properly. When tree-sitter-clojure or another grammar this mode depends on is inevitably updated...
> I tried out your example and I think I see what you're getting at. > > A random idea is to use another grammar for text or docstrings -...
> Anyway, may be this approach isn't needed. It may be. The first path I'm going to pursue is using a nested markdown grammar. I have the initial workings here...
> The auto-installation of the grammar seemed to work fine :) The auto-installation stuff makes me nervous. I'm glad it's been working so far. I've merged the nested markdown grammar...
sogaiu ***@***.***> writes: > Yeah, that along with depending on multiple grammars that might change...perhaps motivation to consider alternative approaches? There is some discussion in the mailing list now on...
sogaiu ***@***.***> writes: > As tree-sitter itself hasn't reached a [1.0 > status](https://github.com/tree-sitter/tree-sitter/issues/930), as I understand it, there is some > feeling among the maintainers that certain things can be...
sogaiu ***@***.***> writes: > Sure. What was tricky about Neovim was that I was seeing error messages in contexts where I wasn't > expecting to see them at all. I...