Skip to content

Commit 9ee4a2b

Browse files
authored
Add Emacs 29's tsx-ts-mode to lsp-language-id-configuration (#4064)
1 parent 9e51079 commit 9ee4a2b

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
(js-ts-mode . "javascript")
850850
(typescript-mode . "typescript")
851851
(typescript-ts-mode . "typescript")
852+
(tsx-ts-mode . "typescriptreact")
852853
(fsharp-mode . "fsharp")
853854
(reason-mode . "reason")
854855
(caml-mode . "ocaml")

0 commit comments

Comments
 (0)