James Dugan

Results 14 comments of James Dugan

I have a PR open that implements the first bullet point at least: https://github.com/phaazon/kak-tree-sitter/pull/151 I do plan to work on the second bullet point at some point, but one step...

Fair enough. The architecture of that crate would have made it difficult to expose the necessary state to make editing the parse tree possible, so that was probably a dead...

Ok, after doing some more testing, I found something interesting. If the foreground, background, and underline colors are the only attribute found in the CSI sequence, then everything works: ```bash...

Ok, fair enough. That answers my question quite nicely. Do you want to keep this issue open, so others can more easily see the answer to this question instead of...

There's a great snippet that does exactly this in this thread here: https://discuss.kakoune.com/t/snippet-that-automatically-installs-plug-kak/1399/4. It essentially works by checking if the plug.kak directory exists, and if not, running git clone to...

I'm not the maintainer of this repository, so I would only be able to submit a pull request, but I'd think adding a "Tips and Tricks" section to the README...

Sorry that I haven't had much chance to look into this - between moving and other life stuff, I've been quite busy. I found the problem - in `vtparse`, `MAX_PARAMS`...

I'm not familiar with the new processors API, but is this new "rm" preprocessor something that can be opted out of? I get that some users would find this useful,...

Ok, that works. So as long as this is documented, I'm not against merge at all.

Yeah, diagnostic faces are already being applied on top of any existing highlighting. Diagnostic tag faces would need to be separate, as you said, but could work similarly.