gdritter repos ndbl-mode / c5284ef
... Getty Ritter 8 years ago
1 changed file(s) with 4 addition(s) and 1 deletion(s). Collapse all Expand all
11 ;; ndbl-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: http://github.com/aisamanra/ndbl-mode
66
2828 (setq comment-start "#")
2929 (setq comment-end ""))
3030
31 ;;;###autoload
32 (add-to-list 'auto-mode-alist '("\\.ndbl\\'" . ndbl-mode))
33
3134 (provide 'ndbl-mode)
3235
3336 ;;; ndbl-mode.el ends here