Jonathan Arnett
Jonathan Arnett
I couldn't have said it better myself :grin: Though if [the immensity of elixir-ts-mode](https://github.com/wkirschbaum/elixir-ts-mode/blob/main/elixir-ts-mode.el) is anything to go by, it'll be a while before a `gleam-ts-mode` is finished.
Right. I wasn't sure if (and don't think) MELPA would allow git submodules, so I was waiting for a better solution before pushing to MELPA. `gleam-ts-mode` will likely be that...
Hello, friends. I've started work on a `treesit` version of this package, which you can find in the `gleam-ts-mode` branch here on GitHub. It's not finished, but syntax highlighting is...
A few things: - For debugging Emacs generally, I'd recommend creating a minimal startup file, say `min.el` and then starting Emacs with that by running `emacs -q --load min.el`. It...
I have just updated the `gleam-ts-mode` with Imenu and commenting support. The only blocker currently is indentation, which I'll work on next.
I just merged the `gleam-ts-mode` branch. Please follow the instructions in the README for trying it out, and please open issues with any difficulties you encounter!