Teach it about golang
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user