gdritter repos gidl-mode / 7d4dd4d
Adding to auto-mode-alist Getty Ritter 8 years ago
1 changed file(s) with 4 addition(s) and 1 deletion(s). Collapse all Expand all
11 ;; gidl-mode.el --- a simple major mode for editing GIDL files.
22
3 ;; Version: 20150507.0000
3 ;; Version: 20150507.0001
44 ;; Author: Getty Ritter
55 ;; Url: https://github.com/aisamanra/gidl-mode
66
3131 (setq comment-start "--")
3232 (setq comment-end ""))
3333
34 ;;;###autoload
35 (add-to-list 'auto-mode-alist '("\\.i?g?idl\\'" . gidl-mode))
36
3437 (provide 'gidl-mode)
3538
3639 ;;; gidl-mode.el ends here