summaryrefslogtreecommitdiff
path: root/data/syntax-highlighting/emacs
AgeCommit message (Collapse)Author
2022-02-04Drop emacs meson-modeMarc-André Lureau
The one on MELPA is way more advanced: https://melpa.org/#/meson-mode https://github.com/wentasah/meson-mode Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
2018-06-30Add feature footerJuergen Hoetzel
2018-06-30Setup mode-specific `comment-start' and `'comment-end'Juergen Hoetzel
Get rid of meson.comment-dwim workaround.
2018-01-16A few small improvements to meson.elJon Turney
Add some missing statements to list of keywords Derive from prog-mode, so any prog-mode hooks are run Automatically use this mode for meson.build files [ci skip]
2017-11-11Move shell completions and text editor helpers to data/Arseny Maslennikov