diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-08-27 15:02:54 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-08-27 15:02:54 +0200 |
commit | 7972e8eea10ce6420443713b74224fc185d22db9 (patch) | |
tree | 6d99b65a8640097fd050a69807bd3187c786172e /scripts | |
parent | 6ed481e46350cacc68db758e1082dd949b3c0480 (diff) | |
download | vim-polyglot-4.5.5.tar.gz vim-polyglot-4.5.5.zip |
Buildv4.5.5
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build | 11 | ||||
-rw-r--r-- | scripts/test_filetypes.vim | 3 |
2 files changed, 6 insertions, 8 deletions
diff --git a/scripts/build b/scripts/build index 780ca5b2..29c57a49 100755 --- a/scripts/build +++ b/scripts/build @@ -432,10 +432,9 @@ def detect_filetypes }] end -# download -# extract +download +extract generate_ftdetect -# generate_tests -# puts(" Bye! Have a wonderful time!") -# FileUtils.rm_rf("tmp") -#puts(comma_expanson("*.clj,*.cljs,*.edn,*.cljx,*.cljc,{build,profile}.boot")) +generate_tests +puts(" Bye! Have a wonderful time!") +FileUtils.rm_rf("tmp") diff --git a/scripts/test_filetypes.vim b/scripts/test_filetypes.vim index 268d85e6..53a21af4 100644 --- a/scripts/test_filetypes.vim +++ b/scripts/test_filetypes.vim @@ -40,7 +40,7 @@ call TestFiletype('dsdl') call TestFiletype('Dockerfile') call TestFiletype('yaml.docker-compose') call TestFiletype('elixir') -call TestFiletype('elixir') +call TestFiletype('eelixir') call TestFiletype('elm') call TestFiletype('ember-script') call TestFiletype('emblem') @@ -70,7 +70,6 @@ call TestFiletype('haskell') call TestFiletype('haxe') call TestFiletype('hcl') call TestFiletype('hive') -call TestFiletype('hive') call TestFiletype('html') call TestFiletype('i3config') call TestFiletype('icalendar') |