diff options
Diffstat (limited to 'app-emacs/bnf-mode/files/50bnf-mode-gentoo.el')
-rw-r--r-- | app-emacs/bnf-mode/files/50bnf-mode-gentoo.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app-emacs/bnf-mode/files/50bnf-mode-gentoo.el b/app-emacs/bnf-mode/files/50bnf-mode-gentoo.el new file mode 100644 index 000000000000..2679585378f2 --- /dev/null +++ b/app-emacs/bnf-mode/files/50bnf-mode-gentoo.el @@ -0,0 +1,4 @@ +(add-to-list 'load-path "@SITELISP@") +(autoload 'bnf-mode "bnf-mode" + "A major mode for editing BNF grammars." t) +(add-to-list 'auto-mode-alist '("\\.bnf\\'" . bnf-mode)) |