AW: TextMate vs TreeSitter

2021-11-23 Thread Christian Lenz
@netbeans.apache.org Betreff: Re: TextMate vs TreeSitter Seems to be a java binding at https://github.com/serenadeai/java-tree-sitter . There's a discussion of TreeSitter from Java at https://github.com/tree-sitter/tree-sitter/issues/207. (The TreeSitter developer isn't interested in su

Re: TextMate vs TreeSitter

2021-11-20 Thread Ernie Rael
Looks like there's a binding for JetBrains at https://github.com/JetBrains/jsitter . There's some discussion on the different features appropriate for LSP or TreeSitter at https://news.ycombinator.com/item?id=18349488 . A question I can't answer is about usability and technica

Re: TextMate vs TreeSitter

2021-11-20 Thread Michael Bien
haven't heard of tree splitter before but it doesn't look like it has a java API. https://tree-sitter.github.io/tree-sitter/#language-bindings which would mean its unlikely that it is used by a plugin. -mbien On 20.11.21 02:08, Ernie Rael wrote: I've been wondering about TreeSitter and NB late

TextMate vs TreeSitter

2021-11-19 Thread Ernie Rael
I've been wondering about TreeSitter and NB lately (in general, but specifically about python support going forward). I just read this in vim dev mailing list, it's at https://github.com/vim/vim/issues/9087#issuecomment-974337876 and I'm copying it here. Is there, or has there been, any work