mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-05-19 05:24:22 +00:00
languages/typescript: remove invalid filetypes
`:checkhealth` output: ``` - ⚠️ WARNING Unknown filetype 'typescript.tsx' (Hint: filename extension != filetype). - ⚠️ WARNING Unknown filetype 'javascript.jsx' (Hint: filename extension != filetype). ```
This commit is contained in:
parent
b2ddb0c38c
commit
04612a228a
2 changed files with 2 additions and 2 deletions
|
|
@ -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):
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue