You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The mxw/vim-jsx plugin adds syntax highlighting and indenting support for JSX. It is not a standalone JavaScript plugin and must be used with a base JS highlighter and integrates with the currently used and recommended pangloss/vim-javascript plugin (vim-jsx's "official" dependency).
The g:jsx_ext_required configuration should be set to 0 to also enable JSX syntax highlighting in .js files.
The text was updated successfully, but these errors were encountered:
The "mxw/vim-jsx" (1) plugin adds syntax highlighting and indenting
support for JSX. It is not a standalone JavaScript plugin and must be
used with a base JS highlighter and integrates with the currently used
and recommended "pangloss/vim-javascript" (2) plugin (vim-jsx's
"official" dependency).
References:
(1) https://github.com/mxw/vim-jsx
(2) https://github.com/pangloss/vim-javascriptGH-44
The "mxw/vim-jsx" (1) plugin adds syntax highlighting and indenting
support for JSX. It is not a standalone JavaScript plugin and must be
used with a base JS highlighter and integrates with the currently used
and recommended "pangloss/vim-javascript" (2) plugin (vim-jsx's
"official" dependency).
The "g:jsx_ext_required" is set to "0" to also enable JSX synta
highlighting in ".js" files.
References:
(1) https://github.com/mxw/vim-jsx
(2) https://github.com/pangloss/vim-javascriptGH-44
The mxw/vim-jsx plugin adds syntax highlighting and indenting support for JSX. It is not a standalone JavaScript plugin and must be used with a base JS highlighter and integrates with the currently used and recommended pangloss/vim-javascript plugin (vim-jsx's "official" dependency).
The
g:jsx_ext_required
configuration should be set to0
to also enable JSX syntax highlighting in.js
files.The text was updated successfully, but these errors were encountered: