Theodor Thornhill
Theodor Thornhill
Hello! Using scandinavian letters in type names (like æ. ø å) causes elm-analyser to crash on the given file. More precisely, it fails to parse the file, showing a red...
Inserting directly into `find-tag-marker-ring` is obsolete since emacs 25.1. As of emacs 29 slime no longer is able to jump back and forth between definition and usage with `M-.` and...
Right now I'm using `tree-sitter-hl-default-patterns` inside `csharp-mode` to set the patterns. That seemed to work fine until latest commit, 547705d. I'm not completely sure why it stopped working, but now...
Hi! This is just an issue to make sure that we put in place some mechanisms to not collide when `typescript-mode` lands in core. Maybe deprecation or some other guards...
When installing the package, I get an error stating "Unmatched bracket or quote. This commit fixes it, by correctly backslashing the chararcters as perhttps://www.gnu.org/software/emacs/manual/html_node/elisp/Basic-Char-Syntax.html ']', ')' and '}' require backslash,...
Hello, Is there a way to only send diagnostics on save? In Emacs JSON is a bottleneck, and being able to limit when diagnostics will be sent will be a...
There are many missing interfaces in eglot, and I added most, if not all of the relevant ones to the alist. This should help us move further along into lsp...