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)
Indentation offset for meson.build files.
Directory containing Meson markdown-formated documentation.
The display action used, when displaying Meson documentation.
Return name of the function under point. The point can be anywhere within function name or argument list.
Return possible completion candidates.
Move forward by one lexer token.
Move backward by one lexer token.
Indentation rules for the SMIE engine. See the SMIE documentation for the meaning of KIND and TOKEN arguments.
Open Meson reference manual and find IDENTIFIER.
Return the buffer containing the reference manual.
IDENTIFIER is the name of a Meson function or object as a string.
Signal a user-error
if the manual could not be found
or does not contain IDENTIFIER.