diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2019-09-04 15:44:43 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2019-09-04 15:44:43 +0200 |
commit | 664aa988f6d9cdb7b75218666fbe348c85ef8b29 (patch) | |
tree | 306173199576430e6133a1ed137bd80bbc2fb01b /syntax/meson.vim | |
parent | 3ddca5da461ebfaa82104f82e3cbf19d1c326ade (diff) | |
download | vim-polyglot-664aa988f6d9cdb7b75218666fbe348c85ef8b29.tar.gz vim-polyglot-664aa988f6d9cdb7b75218666fbe348c85ef8b29.zip |
Update
Diffstat (limited to 'syntax/meson.vim')
-rw-r--r-- | syntax/meson.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/syntax/meson.vim b/syntax/meson.vim index 1d73e60e..7bd562c0 100644 --- a/syntax/meson.vim +++ b/syntax/meson.vim @@ -73,6 +73,7 @@ syn keyword mesonBuiltin \ add_project_arguments \ add_project_link_arguments \ add_test_setup + \ alias_target \ assert \ benchmark \ both_libraries @@ -101,6 +102,7 @@ syn keyword mesonBuiltin \ install_headers \ install_man \ install_subdir + \ is_disabler \ is_variable \ jar \ join_paths |