emacs-lsp / lsp-mode

Emacs client/library for the Language Server Protocol
https://emacs-lsp.github.io/lsp-mode
GNU General Public License v3.0
4.72k stars 860 forks source link

Added AUCTeX LaTeX-mode as a Latex mode #4466

Closed lima-limon-inc closed 1 month ago

lima-limon-inc commented 1 month ago

AUCTeX uses a different major mode for editing .tex files (LaTeX-mode).

Before, lsp-mode would not recognize LaTeX-mode as a major mode equivalent to latex-mode; and thus texlab would never be executed.

I should point out that I added the LaTeX-mode to digestif list of modes; despite not using digestif.

Would love to get some feedback. Thanks in advance!

PS: Should I update the change-log as stated in the guidelines?

Fixes: #4467

jcs090218 commented 1 month ago

Thank you!

lima-limon-inc commented 1 month ago

On the contrary, thank you!

Have a good week :blush: