Wilhelm Kirschbaum
Wilhelm Kirschbaum
@angrycandy if you run the latest emacs 29 and latest tree-sitter do you still get this issue? I can"t reproduct this, but know there were several fixes.
@anildigital custom sigils will just receive a `font-lock-string-face`. If there is a tree-sitter grammar for the sigil we can look at how to document adding something like this. I am...
@1player Have you tried using `treesit-font-lock-level'? Maybe set it to level 1 or 2 and let me know if you have any feedback on tweaking this. What you are describing...
Okay, I see there is a bit of overriding if even the level is set. I am busy doing slight tweaks to the levels atm and will be out in...
@1player I just pushed up some changes which might solve some of your issues. It does more specific matching on identifiers. I tested with all 4 levels and seems to...
@bunnylushington this is probably related to a syntax-propertize-function setting the quoted text \"\"\" to "$". I am not sure what it is supposed to be, so any insight there will...
@davidahmed What do you mean by "properly"? Note for emacs 30 elixir-ts-mode and heex-ts-mode's are part of emacs core. you can just add: ```elisp (require 'heex-ts-mode) (require 'elixir-ts-mode) ``` and...
@davidahmed is currently a limitation with the heex tree-sitter grammar. We can potentially override the heex fontification, but won't happen soon.
Related https://github.com/elixir-lang/tree-sitter-elixir/issues/2
@tosie not from my side it appears, unless I push an empty commit