Jonathan Arnett

Results 46 comments of Jonathan Arnett

Right, there's two issues here: 1. Sourcing the completions 2. Providing the completions to whatever `comint`'s completion mechanism is My general inclination for part 1 is to send a tab...

Hey folks, thanks for the tip! This approach seems similar to [one that I attempted on the `tab-completion` branch here on GitHub](https://github.com/J3RN/inf-elixir/blob/0641f4de32ef01d5f3ce86327f93020d1ccc678d/inf-elixir.el#L118C8-L132). Mine is quite buggy, I'm sure yours is...

I assume that the patterns are constant per repo, so a public example is [Compojure](https://github.com/weavejester/compojure). I see: ![screen shot 2014-10-09 at 3 55 47 pm](https://cloud.githubusercontent.com/assets/2058614/4583067/49f821d2-4fee-11e4-9452-7600601318c4.png)

In our codebase, we have `Envy.load([".env"])` at the top of config files that require env vars from `.env`.

Sorry for the delay on this! @vbmithr Sadly getting this setup can be a bit of a pain. My first guess would be that the tree-sitter grammar was not compiled....

I have been able to replicate this issue in a bare-bones config, though I have syntax highlighting with the config I use daily. I'll be digging into this today to...

Figured I'd post an update on debugging since it's taken awhile: - `tree-sitter-hl--setup` _is_ being called when a gleam-mode buffer loads. Why the buffer is not fontified at that time...

I figured out what part of my config was causing syntax highlighting to work, and it's a doozy: `whitespace-mode`. If you don't mind @vbmithr, @Bhanukamax, try opening a Gleam file...

@quarkw Are you using an M1/M2 mac? I only have access to an older Intel mac at the moment, but I can try to get ahold of an M1/M2 if...