]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1930: cannot recognize .jsx and .tsx files v8.1.1930
authorBram Moolenaar <Bram@vim.org>
Mon, 26 Aug 2019 19:28:15 +0000 (21:28 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 26 Aug 2019 19:28:15 +0000 (21:28 +0200)
commit92852cee3fcff1dc6ce12387b234634e73267b22
tree4cd717def18e5f195d56c3893322f45f304e667c
parent8e95636a282f3eac808c0e00c053b33334cc283e
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)
runtime/filetype.vim
runtime/ftplugin/javascriptreact.vim [new file with mode: 0644]
runtime/indent/javascriptreact.vim [new file with mode: 0644]
runtime/syntax/javascriptreact.vim [new file with mode: 0644]
src/testdir/test_filetype.vim
src/version.c