From 7dd62806a06af3cf2410cd8a4f83205269f279de Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Tue, 26 Jul 2016 13:47:20 +0200 Subject: Enable jsx by default --- build | 1 + 1 file changed, 1 insertion(+) (limited to 'build') 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/ -- cgit v1.2.3