diff options
author | Juergen Hoetzel <juergen@archlinux.org> | 2018-06-26 14:31:00 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2018-06-30 00:29:15 +0300 |
commit | e1eb84eb9e78a5905c8585bd5ea61c9880dd05cb (patch) | |
tree | b4c588ff16df0cc7c0da936cc34c8695c7d836ff /data | |
parent | 337301a7667bce4b7774a7ce5fa53638b4cf5987 (diff) | |
download | meson-e1eb84eb9e78a5905c8585bd5ea61c9880dd05cb.zip meson-e1eb84eb9e78a5905c8585bd5ea61c9880dd05cb.tar.gz meson-e1eb84eb9e78a5905c8585bd5ea61c9880dd05cb.tar.bz2 |
Add feature footer
Diffstat (limited to 'data')
-rw-r--r-- | data/syntax-highlighting/emacs/meson.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/syntax-highlighting/emacs/meson.el b/data/syntax-highlighting/emacs/meson.el index bf147a1..a640bbe 100644 --- a/data/syntax-highlighting/emacs/meson.el +++ b/data/syntax-highlighting/emacs/meson.el @@ -27,3 +27,5 @@ (setq-local comment-end "")) (add-to-list 'auto-mode-alist '("meson.build" . meson-mode)) +(provide 'meson) +;;; meson.el ends here |