summaryrefslogtreecommitdiff
path: root/runtime/ftplugin/javascriptreact.vim
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.1.1937: errors when using javascriptreactv8.1.1937Bram Moolenaar2019-08-291-1/+1
| | | | | Problem: Errors when using javascriptreact. Solution: Use ":runtime" instead of ":source". (closes #4875)
* patch 8.1.1930: cannot recognize .jsx and .tsx filesv8.1.1930Bram Moolenaar2019-08-261-0/+2
Problem: Cannot recognize .jsx and .tsx files. Solution: Recognize them as javascriptreact and typescriptreact. (closes #4830)