Skip to content

Commit

Permalink
Build
Browse files Browse the repository at this point in the history
  • Loading branch information
sheerun committed Aug 27, 2020
1 parent 6ed481e commit 7972e8e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
11 changes: 5 additions & 6 deletions scripts/build
Original file line number Diff line number Diff line change
Expand Up @@ -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")
3 changes: 1 addition & 2 deletions scripts/test_filetypes.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down Expand Up @@ -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')
Expand Down

0 comments on commit 7972e8e

Please sign in to comment.