Skip to content

Commit

Permalink
Add JSX syntax plugin
Browse files Browse the repository at this point in the history
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
  • Loading branch information
arcticicestudio committed Oct 30, 2017
1 parent c2d9cb4 commit df4e672
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions snowblocks/vim/vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Plug 'airblade/vim-gitgutter'

"+--- Syntax ---+
Plug 'pangloss/vim-javascript'
Plug 'mxw/vim-jsx'
Plug 'plasticboy/vim-markdown'

"+--- Color Themes ---+
Expand Down

0 comments on commit df4e672

Please sign in to comment.