0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -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:
Bram Moolenaar
2019-08-26 21:28:15 +02:00
parent 8e95636a28
commit 92852cee3f
6 changed files with 19 additions and 3 deletions

View File

@@ -761,6 +761,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1930,
/**/
1929,
/**/