...
Getty Ritter
9 years ago
1 | 1 | ;; ndbl-mode.el --- a simple major mode for editing GIDL files. |
2 | 2 | |
3 |
;; Version: 20150507.000 |
|
3 | ;; Version: 20150507.0001 | |
4 | 4 | ;; Author: Getty Ritter |
5 | 5 | ;; Url: http://github.com/aisamanra/ndbl-mode |
6 | 6 | |
28 | 28 | (setq comment-start "#") |
29 | 29 | (setq comment-end "")) |
30 | 30 | |
31 | ;;;###autoload | |
32 | (add-to-list 'auto-mode-alist '("\\.ndbl\\'" . ndbl-mode)) | |
33 | ||
31 | 34 | (provide 'ndbl-mode) |
32 | 35 | |
33 | 36 | ;;; ndbl-mode.el ends here |