diff --git a/code-formatter/src/inc/variables.shinc b/code-formatter/src/inc/variables.shinc index 1aa6b6c..1822380 100644 --- a/code-formatter/src/inc/variables.shinc +++ b/code-formatter/src/inc/variables.shinc @@ -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}"