Theodor Thornhill
Theodor Thornhill
Great. You mean something like `eval-and-compile and friends` shenanigans? I'll try to think about something, and also @monnier likely knows a great deal that could help us.
Seeing as `ts-mode` now is in the `feature/tree-sitter` branch, maybe we should just add an obsoletion warning for this mode sooner rather than later? I'm not completely sure where to...
That makes sense - I'll do that!
My values, where some are different: - font-lock-mode: t - font-lock-defaults: nil - font-lock-set-defaults: nil (!) - font-lock-fontify-region-function: it does - jit-lock-mode: nil (!) - jit-lock-functions: nil (!) - tree-sitter-hl--query:...
And in 7875466db4fa02d0a2b8e847c7b31df2706a8935 I have the same values as you
This works! Explain! :D
Thank you - this is useful information! I was thinking tree sitter should be optional, considering it doesn’t seem to support *BSD etc, while cc mode does.
What isn't working? Right now I'm using the latest of both, and everything seems fine to me. Could you elaborate?
> Okay, I think the issue is there are no `c-sharp` highlight queries file in the directory here. > > https://github.com/ubolonton/emacs-tree-sitter/tree/master/langs/queries That's not the case. The reason is that you...
> Yes. That is why I was proposing to convert `csharp-tree-sitter-mode` to minor mode in the first place, see [emacs-csharp/csharp-mode#216](https://github.com/emacs-csharp/csharp-mode/pull/216). I do need `tree-sitter` runs in `csharp-mode` and not `csharp-tree-sitter-mode`...