Skip to content

Commit 8b2480b

Browse files
authored
Add a language ID entry for ConTeXt (#3977)
This is needed to lsp-mode to pick up the AUCTeX ConTeXt-mode. With this change the digestif language server can be used with ConTeXt-mode+lsp-mode.
1 parent 6184254 commit 8b2480b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lsp-mode.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -849,6 +849,7 @@ Changes take effect only when a new session is started."
849849
(csharp-tree-sitter-mode . "csharp")
850850
(csharp-ts-mode . "csharp")
851851
(plain-tex-mode . "plaintex")
852+
(context-mode . "context")
852853
(latex-mode . "latex")
853854
(v-mode . "v")
854855
(vhdl-mode . "vhdl")

0 commit comments

Comments
 (0)