You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
I have built and installed the grammar tree-sitter-latex under emacs.d/tree-sitter/libtree-sitter-latex.so and verified it is available:
(treesit-language-available-p 'latex)
t
I have installed v3.10 of the package lsp-latex.
I have also added (add-hook 'latex-mode-hook 'eglot-ensure) to my startup.
When I edit a .tex file, I see the LSP language hints, but I do not get any fontification other than the standard latex-mode major mode.
How do I enable the extended fontification i thought I would get with tree-sitter-latex?
--Randy running a built-from-source emacs 29.4
All reactions