Code Formatter: Support vue files
This commit is contained in:
parent
df1b8fef4e
commit
032ed99739
@ -32,7 +32,7 @@ __initVariables() {
|
|||||||
CSS_FILES+=("${1}")
|
CSS_FILES+=("${1}")
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
*.js|*.jsx|*.ts|*.json)
|
*.js|*.jsx|*.ts|*.json|*.vue)
|
||||||
__path_exists "${1}"
|
__path_exists "${1}"
|
||||||
if [[ $? -ne 0 ]]; then
|
if [[ $? -ne 0 ]]; then
|
||||||
__err "Specified path does not exist: ${1}"
|
__err "Specified path does not exist: ${1}"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user