Code Formatter: Support vue files

This commit is contained in:
Arnie 2018-12-19 06:53:41 +01:00
parent df1b8fef4e
commit 032ed99739

View File

@ -32,7 +32,7 @@ __initVariables() {
CSS_FILES+=("${1}")
fi
;;
*.js|*.jsx|*.ts|*.json)
*.js|*.jsx|*.ts|*.json|*.vue)
__path_exists "${1}"
if [[ $? -ne 0 ]]; then
__err "Specified path does not exist: ${1}"