From 1c80c4bb08ae250d2eb19aabe0f31c1b2bdf5097 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Sat, 18 Jul 2015 22:50:09 +0200 Subject: Add jsx support, closes #56 --- build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build') diff --git a/build b/build index bd3980b4..065af518 100755 --- a/build +++ b/build @@ -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 -- cgit v1.2.3