Well, not really but something approaching. Add the following to your .emacs
.emacs
(setq auto-mode-alist (cons '("\\.gfs\\'" . shell-script-mode) auto-mode-alist))