diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2015-07-18 22:50:09 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2015-07-18 22:50:09 +0200 |
commit | 1c80c4bb08ae250d2eb19aabe0f31c1b2bdf5097 (patch) | |
tree | c7700e4cb18952201fb991a48fb727ba3b9d4287 /build | |
parent | 548653cafeaa948161ad9ac8184deca0bff95537 (diff) | |
download | vim-polyglot-1c80c4bb08ae250d2eb19aabe0f31c1b2bdf5097.tar.gz vim-polyglot-1c80c4bb08ae250d2eb19aabe0f31c1b2bdf5097.zip |
Add jsx support, closes #56
Diffstat (limited to '')
-rwxr-xr-x | build | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,7 @@ set -E DIRS="syntax indent compiler autoload ftplugin ftdetect after/syntax after/indent after/ftplugin after/ftdetect" DIRS_BASIC="syntax indent ftdetect after/syntax after/indent after/ftdetect" +DIRS_JSX="after" OUTPUT="" @@ -119,6 +120,7 @@ PACKS=" julia:dcjones/julia-minimalist-vim json:sheerun/vim-json jst:briancollins/vim-jst + jsx:mxw/vim-jsx:_JSX latex:LaTeX-Box-Team/LaTeX-Box less:groenewege/vim-less liquid:tpope/vim-liquid |