Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add JSX syntax plugin #44

Closed
arcticicestudio opened this issue Oct 30, 2017 · 0 comments
Closed

Add JSX syntax plugin #44

arcticicestudio opened this issue Oct 30, 2017 · 0 comments
Labels
Hacktoberfest This repository participates in the Hacktoberfest snowblock-vim type-feature
Milestone

Comments

@arcticicestudio
Copy link
Owner

arcticicestudio commented Oct 30, 2017

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.

@arcticicestudio arcticicestudio added type-feature Hacktoberfest This repository participates in the Hacktoberfest snowblock-vim labels Oct 30, 2017
@arcticicestudio arcticicestudio added this to the 0.1.0 milestone Oct 30, 2017
@arcticicestudio arcticicestudio self-assigned this Oct 30, 2017
arcticicestudio added a commit that referenced this issue Oct 30, 2017
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-javascript

GH-44
arcticicestudio added a commit that referenced this issue Oct 30, 2017
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-javascript

GH-44
arcticicestudio added a commit that referenced this issue Oct 30, 2017
…tax-plugin

JSX syntax highlighting and indentation plugin
@arcticicestudio arcticicestudio removed their assignment Oct 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Hacktoberfest This repository participates in the Hacktoberfest snowblock-vim type-feature
Projects
None yet
Development

No branches or pull requests

1 participant