1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Source: meson-mode
Section: lisp
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders: Matteo F. Vescovi <mfv@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-elpa
Standards-Version: 4.7.2
Homepage: https://github.com/wentasah/meson-mode
Vcs-Browser: https://salsa.debian.org/emacsen-team/meson-mode
Vcs-Git: https://salsa.debian.org/emacsen-team/meson-mode.git
Package: elpa-meson-mode
Architecture: all
Depends:
${elpa:Depends},
${misc:Depends}
Recommends: emacs
Description: Major mode for the Meson build system files
This is a major mode for Meson build system files. Syntax
highlighting works reliably. Indentation works too, but there are
probably cases, where it breaks. Simple completion is supported via
`completion-at-point'. To start completion, use either <C-M-i> or
install completion frameworks such as `company'. To enable
`company' add the following to your .emacs:
.
(add-hook 'meson-mode-hook 'company-mode)
|