annotate runtime/ftplugin/javascriptreact.vim @ 25310:2bb7527aa7af v8.2.3192

patch 8.2.3192: build failure with small version Commit: https://github.com/vim/vim/commit/11d7e62f1d29fdd7a88b86131b7bbb853f29fe8b Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jul 20 22:29:19 2021 +0200 patch 8.2.3192: build failure with small version Problem: Build failure with small version (Tony Mechelynck). Solution: Remove stray #ifdef.
author Bram Moolenaar <Bram@vim.org>
date Tue, 20 Jul 2021 22:30:06 +0200
parents bbca88cd13d5
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
21991
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents: 17881
diff changeset
1 " Vim filetype plugin file
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents: 17881
diff changeset
2 " Language: JavaScript React
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents: 17881
diff changeset
3 " Maintainer: Doug Kearns <dougkearns@gmail.com>
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents: 17881
diff changeset
4 " Last Change: 2020 Aug 19
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents: 17881
diff changeset
5
17867
180fb9981255 patch 8.1.1930: cannot recognize .jsx and .tsx files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
6 " Placeholder for backwards compatilibity: .jsx used to stand for JavaScript.
17881
3b571532be0a patch 8.1.1937: errors when using javascriptreact
Bram Moolenaar <Bram@vim.org>
parents: 17867
diff changeset
7 runtime! ftplugin/javascript.vim