summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2016-07-26 13:47:20 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2016-07-26 13:52:30 +0200
commit7dd62806a06af3cf2410cd8a4f83205269f279de (patch)
tree9368759a1a15595b0940c0fd0b000c6c102c36ad /build
parent6a823fb3af595051b3a821496ce2a93aa51fa076 (diff)
downloadvim-polyglot-7dd62806a06af3cf2410cd8a4f83205269f279de.tar.gz
vim-polyglot-7dd62806a06af3cf2410cd8a4f83205269f279de.zip
Enable jsx by default
Diffstat (limited to 'build')
-rwxr-xr-xbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/build b/build
index eeee8221..5d44c1f9 100755
--- a/build
+++ b/build
@@ -75,6 +75,7 @@ copy_dir() {
}
concat_ftdetect() {
+ cat config.vim >> tmp/polyglot.vim
for f in ftdetect/*; do (echo '" '"$f"; cat "${f}"; echo) >> tmp/polyglot.vim; done
rm -f ftdetect/*
mv tmp/polyglot.vim ftdetect/