Allow for html
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user