Merge remote-tracking branch 'origin/master' into master

This commit is contained in:
Michael Wolf
2020-08-12 14:06:10 -05:00
4 changed files with 29 additions and 0 deletions

View File

@@ -21,6 +21,10 @@ function sniff_file_type() {
file_type="jsx"
elif [[ $ff == *.tsx ]]; then
file_type="tsx"
elif [[ $ff == *.css ]] ; then
file_type="css"
elif [[ $ff == *.scss ]] ; then
file_type="scss"
elif [[ $ff = *.sh ]]; then
file_type="sh"
fi