Enable jsx by default

This commit is contained in:
Adam Stankiewicz
2016-07-26 13:47:20 +02:00
parent 6a823fb3af
commit 7dd62806a0
3 changed files with 9 additions and 0 deletions

1
build
View File

@@ -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/