mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +00:00
vim-patch:8.1.1930: cannot recognize .jsx and .tsx files
Problem: Cannot recognize .jsx and .tsx files.
Solution: Recognize them as javascriptreact and typescriptreact.
(closes vim/vim#4830)
92852cee3f
This commit is contained in:
2
runtime/syntax/javascriptreact.vim
Normal file
2
runtime/syntax/javascriptreact.vim
Normal file
@@ -0,0 +1,2 @@
|
||||
" Placeholder for backwards compatilibity: .jsx used to stand for JavaScript.
|
||||
source %:h/javascript.vim
|
Reference in New Issue
Block a user