mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-11 19:23:47 -05:00
Note that to-date there has not been an official vim filetype for React-Javascript and React-Typescript. The `javascriptreact` and `typescriptreact` filetypes were added upstream to both Vim (8.1.1890) and NeoVim during the course of discussion on this PR. Some other Vim plugins are known to use filetype hacks such as `javascript.jsx` or `typescript.jsx`. This plugin supports the now official upstream designations. If this conflicts with your usage you can either tweak the other plugins (and/or submit a fix to use the official filetypes upstream) or add custom file type comment setting in your vim rc/init file. Co-Authored-By: Caleb Maclennan <caleb@alerque.com>