D. Ben Knoble

Results 270 comments of D. Ben Knoble

Hi @glyh, I'm the one that advocated for and implemented this feature. (The most up-to-date version is effectively my fork https://github.com/benknoble/vim-racket.) The intent was to make non-Racket-looking (or feeling) `#lang`s...

Is it "standard" to set this? Seems more like a user preference than something a plugin should mess with to me.

😂No, not at all. I will take this for my fork, as usual. I really have no idea how active this repo is, though I think mostly people are using...

Picked this over to my fork as well

FWIW my fork sets the `syntax iskeyword` correctly (using that syntax), and the ftplugin (should) include the hypen

This is clever. If you use a `\%()` group it won't even affect the sub-matches, because it's non-capturing. I'd like to integrate this in my fork, but I need a...

I don't run the tests, per se--they mostly exist to take a look at the highlighting working, AFAIK. I just wanted to see an example to compare. I will note...

Hey @sundbry , I did see it. Been a bit busy. As I said earlier, it won't be perfect: anything in the `@` expression is liable to get "funky" highlighting,...

I took the liberty of re-organizing to make it easier to declaratively add more modifying langs, and also to allow for better user-overriding.