Trivial update to meson vim syntax + typo in snippet [skip ci]
This commit is contained in:
parent
e103675a39
commit
487526bfff
|
@ -70,6 +70,7 @@ syn keyword mesonBuiltin
|
||||||
\ add_project_link_arguments
|
\ add_project_link_arguments
|
||||||
\ add_test_setup
|
\ add_test_setup
|
||||||
\ benchmark
|
\ benchmark
|
||||||
|
\ both_libraries
|
||||||
\ build_machine
|
\ build_machine
|
||||||
\ build_target
|
\ build_target
|
||||||
\ configuration_data
|
\ configuration_data
|
||||||
|
|
|
@ -2,6 +2,6 @@
|
||||||
|
|
||||||
Old executable names `mesonintrospect`, `mesonconf`, `mesonrewriter`
|
Old executable names `mesonintrospect`, `mesonconf`, `mesonrewriter`
|
||||||
and `mesontest` have been deprecated for a long time. Starting from
|
and `mesontest` have been deprecated for a long time. Starting from
|
||||||
this versino they no longer do anything but instead always error
|
this version they no longer do anything but instead always error
|
||||||
out. All functionality is available as subcommands in the main `meson`
|
out. All functionality is available as subcommands in the main `meson`
|
||||||
binary.
|
binary.
|
||||||
|
|
Loading…
Reference in New Issue