Add vital file for crystal, fixes #259

This commit is contained in:
Adam Stankiewicz
2017-12-30 11:26:56 +01:00
parent bb85059bac
commit 4855e5ee82
2 changed files with 11 additions and 1 deletions

2
build
View File

@@ -80,7 +80,7 @@ extract() {
}
copy_dir() {
for file in $(find "$1/$2" -name '*.vim'); do
for file in $(find "$1/$2" -name '*.vim' -o -name '*.vital'); do
file_path="$(dirname "${file##$1/}")"
mkdir -p "$file_path"
touch "$file_path/$(basename "$file")"