meson/data/syntax-highlighting/vim
Paolo Bonzini 3a960023d3 interpreter: new function add_project_dependencies()
This function can be used to add fundamental dependencies such as glib
to all build products in one fell swoop.  This can be useful whenever,
due to a project's coding conventions, it is not really possible to
compile any source file without including the dependency.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2022-05-03 02:00:29 -04:00
..
ftdetect Add .wrap file syntax detection for vim 2020-01-14 23:17:41 +05:30
ftplugin syntax-highlighting: vim: improve the ftplugin 2021-10-12 11:14:48 -04:00
indent syntax-highlighting: vim: set b:undo_indent 2021-09-30 00:26:25 +03:00
syntax interpreter: new function add_project_dependencies() 2022-05-03 02:00:29 -04:00
README syntax-highlighting: vim: Allow overriding shiftwidth and softtabstop 2018-11-30 01:19:10 +02:00

README

ftdetect sets the filetype
ftplugin sets Meson indentation rules
indent does Meson indentation
syntax does Meson syntax highlighting