meson/data/syntax-highlighting/vim
Liam Beguin 983562c66e
syntax-highlighting: vim: update builtin function list
Update builtin function list using the refman

	python docs/genrefman.py \
		-g vim \
		-o data/syntax-highlighting/vim/syntax/

This also drops gettext() and find_library() from the list of builtin
functions that have been deprecated since 2016.

Changes are squashed here because test_vim_syntax_highlighting() would
validate the file against the list of builtin functions that no longer
matches the yaml documentation.

Signed-off-by: Liam Beguin <liambeguin@gmail.com>
2023-09-07 19:14:03 -04:00
..
ftdetect Add support for meson.options as a replacement for meson_options.txt 2023-03-28 15:01:10 +03:00
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 syntax-highlighting: vim: update builtin function list 2023-09-07 19:14:03 -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