mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
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 #4830)
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