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

JSX syntax highlighting and indentation plugin #48

Merged
merged 2 commits into from
Oct 30, 2017

Conversation

arcticicestudio
Copy link
Owner

Closes #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-javascript

GH-44
@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 arcticicestudio merged commit e940c24 into develop Oct 30, 2017
@arcticicestudio arcticicestudio deleted the feature/gh-44-add-jsx-syntax-plugin branch October 30, 2017 16:44
@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

Successfully merging this pull request may close these issues.

1 participant