elixir-ts-mode icon indicating copy to clipboard operation
elixir-ts-mode copied to clipboard

Elixir mode using Treesitter for fontification, navigation and indentation

Results 11 elixir-ts-mode issues
Sort by recently updated
recently updated
newest added

I've noticed that when I use elixir-ts-mode with elixir and heex tree-sitters with emacs, sometimes it will hang and start consuming all the system memory. I was able to create...

- Using: - elixir-ts-mode 20231128.645 - https://github.com/elixir-lang/tree-sitter-elixir v0.1.1 - https://github.com/phoenixframework/tree-sitter-heex v0.6.0 - This highlights correctly: ```elixir defmodule AppWeb.Live.Components.FooBar do def render(assigns) do ~H""" """ end end ``` - This fails...

An unterminated single or double quote inside a multi-line `@doc` construct will inhibit `prettify-symbols-mode` from functioning correctly. The function `prettify-symbols-default-compose-p` is specific about when it's willing to prettify a symbol...

I'm trying to tweak the font lock because I find by default this mode is highlighting every single word compared to elixir-mode, and it's too much for my eyes. I'd...

https://maartenvanvliet.nl/2022/01/26/absinthe_formatter At minimum apply doc face, not string face

enhancement

I am on GNU Emacs 30 `GNU Emacs 30.0.50 (build 1, aarch64-apple-darwin22.5.0, NS appkit-2299.60 Version 13.4.1 (Build 22F82)) of 2023-07-26` elixir-ts-mode works as expected but for embedded heex in components....

bug

I am on GNU Emacs 30.0.5 (Mac OS Ventura). I have the most minimal setup (basic theming). I add only the following to my `init.el` ```elisp (use-package elixir-ts-mode :ensure t)...

bug

Hello there, I spent some time struggling to make elixir-ts-mode to work with Lexical, Eglot and Flymake. It was everything working, the only problem was that every LSP report would...

Hello, I'm running emacs 29.3 with elixir-ts-mode 1.6 (freshly pulled from melpa at the time of writing this issue). ## Problem In a file, no matter where the cursor is...