Skip to content

Emacs major mode for the Meson build system

License

Notifications You must be signed in to change notification settings

arongile/meson-mode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meson-mode.el --- Major mode for the Meson build system files

Copyright (C) 2017 Michal Sojka

Licensed under the GPL version 3 or later.

Commentary

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 or install completion frameworks such as `company'. To enable `company' add the following to your .emacs:

(add-hook 'meson-mode-hook 'company-mode)

About

Emacs major mode for the Meson build system

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Emacs Lisp 100.0%