diff options
| author | Nirbheek Chauhan <nirbheek@centricular.com> | 2018-04-11 22:06:43 +0530 |
|---|---|---|
| committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2018-04-11 22:07:11 +0530 |
| commit | 487526bfff8583cf1c0805e300967d8f23932fb0 (patch) | |
| tree | f423965516aa083545845782afa6b82e29673fa1 | |
| parent | e103675a3995f799d65a90595c62ad7f0ed4a088 (diff) | |
| download | meson-487526bfff8583cf1c0805e300967d8f23932fb0.tar.gz | |
Trivial update to meson vim syntax + typo in snippet [skip ci]
| -rw-r--r-- | data/syntax-highlighting/vim/syntax/meson.vim | 1 | ||||
| -rw-r--r-- | docs/markdown/snippets/del-old-names.md | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/data/syntax-highlighting/vim/syntax/meson.vim b/data/syntax-highlighting/vim/syntax/meson.vim index 83dd66aad..d58903ee2 100644 --- a/data/syntax-highlighting/vim/syntax/meson.vim +++ b/data/syntax-highlighting/vim/syntax/meson.vim @@ -70,6 +70,7 @@ syn keyword mesonBuiltin \ add_project_link_arguments \ add_test_setup \ benchmark + \ both_libraries \ build_machine \ build_target \ configuration_data diff --git a/docs/markdown/snippets/del-old-names.md b/docs/markdown/snippets/del-old-names.md index c4abc9ad0..5ac5873c2 100644 --- a/docs/markdown/snippets/del-old-names.md +++ b/docs/markdown/snippets/del-old-names.md @@ -2,6 +2,6 @@ Old executable names `mesonintrospect`, `mesonconf`, `mesonrewriter` 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` binary. |
