diff --git a/docs/manual/release-notes/rl-0.9.md b/docs/manual/release-notes/rl-0.9.md index 88bf2008..2400e2f8 100644 --- a/docs/manual/release-notes/rl-0.9.md +++ b/docs/manual/release-notes/rl-0.9.md @@ -485,6 +485,8 @@ https://github.com/gorbit99/codewindow.nvim - Remove invalid filetypes from ocaml lsp config (`menhir`, `ocamlinterface`, `ocamllex` and `reason`). - Remove invalid filetypes from html lsp config (`shtml` and `htm`). +- Remove invalid filetypes from typescript lsp config (`typescript.tsx`, + `javascript.jsx`). [itscrystalline](https://github.com/itscrystalline): diff --git a/modules/plugins/languages/typescript.nix b/modules/plugins/languages/typescript.nix index 297cc1c0..1602603b 100644 --- a/modules/plugins/languages/typescript.nix +++ b/modules/plugins/languages/typescript.nix @@ -175,9 +175,7 @@ in { "typescript" # TODO: move to a React module "typescriptreact" - "typescript.tsx" "javascriptreact" - "javascript.jsx" # TODO: move to a JavaScript module "javascript" ];