Teach it about golang

This commit is contained in:
Michael Wolf
2022-10-13 18:43:40 -05:00
parent 969f6edc39
commit ecf60a5f2f
3 changed files with 22 additions and 0 deletions

View File

@@ -27,6 +27,8 @@ function sniff_file_type() {
file_type="scss"
elif [[ $ff = *.sh ]]; then
file_type="sh"
elif [[ $ff = *.go ]] ; then
file_type="golang"
fi
echo $file_type