From 032ed99739e77dfd39755d72e509eb088f818afa Mon Sep 17 00:00:00 2001 From: Arnie Date: Wed, 19 Dec 2018 06:53:41 +0100 Subject: [PATCH] Code Formatter: Support vue files --- code-formatter/src/inc/variables.shinc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"