aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2018-04-11 22:06:43 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2018-04-11 22:07:11 +0530
commit487526bfff8583cf1c0805e300967d8f23932fb0 (patch)
treef423965516aa083545845782afa6b82e29673fa1
parente103675a3995f799d65a90595c62ad7f0ed4a088 (diff)
downloadmeson-487526bfff8583cf1c0805e300967d8f23932fb0.zip
meson-487526bfff8583cf1c0805e300967d8f23932fb0.tar.gz
meson-487526bfff8583cf1c0805e300967d8f23932fb0.tar.bz2
Trivial update to meson vim syntax + typo in snippet [skip ci]
-rw-r--r--data/syntax-highlighting/vim/syntax/meson.vim1
-rw-r--r--docs/markdown/snippets/del-old-names.md2
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 83dd66a..d58903e 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 c4abc9a..5ac5873 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.