Allow for html

This commit is contained in:
Michael Wolf
2020-05-25 07:53:11 -05:00
parent cf3493c9c5
commit 10ffb93f4e
3 changed files with 8 additions and 4 deletions

View File

@@ -15,6 +15,8 @@ function sniff_file_type () {
file_type="css"
elif [[ $ff == *.php ]] ; then
file_type="php"
elif [[ $ff == *.html ]] ; then
file_type="html"
fi
echo $file_type