CFiggers
CFiggers
Also relevant for highlighting multi-line comments in languages that support them
Minimal implementation delivered with #15 . Some additional polish might be good—in particular, considering using alternate screen buffer with `\e[?1049h` and restoring on server exit.
MVP delivered with #14 . Further improvements: identifying current parameter while typing.
Oh ok, interesting. So if I pass the path to Judge using only forward slashes (ignoring the windows tab-complete that will populate backslashes) it should work? ```console PS test-judge> judge...
Hey there—yeah that looks like a bug with Janet LSP. I'll look into it. Thanks for the report!
Good morning @vereym . I just merged a bugfix that should address this issue. Could you please download the current master and see if that resolves it. Thanks!
> Hey @CFiggers thanks for the quick update. > The offset bug seems fixed, but unfortunately the original bug with go to definition still persists. > If I have some...
Whitespace updates were made according to `spork/fmt`.
For anyone who's never built and viewed the janet-docs.org website locally before, you will need `make` and [Mendoza](https://github.com/bakpakin/mendoza) installed (grab the latter with `[sudo] jpm install mendoza`). Once you have...
> > Point 2: Stylistically, I think it's cleaner not to have the spork/ prefix on all functions on the top-level Spork API reference page. I tweaked the import to...