From d8dc527f8894bff93a18fdd480bb1b4a254eddaf Mon Sep 17 00:00:00 2001 From: Arnie Date: Wed, 19 Dec 2018 07:25:50 +0100 Subject: [PATCH] Code Formatter: Support tsx --- 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 1822380..4427c01 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|*.vue) + *.js|*.jsx|*.ts|*.tsx|*.json|*.vue) __path_exists "${1}" if [[ $? -ne 0 ]]; then __err "Specified path does not exist: ${1}"