mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 03:48:18 +00:00

Problem: Cannot recognize .jsx and .tsx files.
Solution: Recognize them as javascriptreact and typescriptreact.
(closes vim/vim#4830)
92852cee3f
3 lines
104 B
VimL
3 lines
104 B
VimL
" Placeholder for backwards compatilibity: .jsx used to stand for JavaScript.
|
|
source %:h/javascript.vim
|