From 14dc82fc4e6c0c08078f97a24a6c1639c1cc5113 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Tue, 14 Apr 2020 13:17:26 +0200 Subject: Update --- syntax/meson.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'syntax/meson.vim') diff --git a/syntax/meson.vim b/syntax/meson.vim index 9451fae3..61dedd60 100644 --- a/syntax/meson.vim +++ b/syntax/meson.vim @@ -35,7 +35,7 @@ set cpo&vim " http://mesonbuild.com/Syntax.html syn keyword mesonConditional elif else if endif syn keyword mesonRepeat foreach endforeach -syn keyword mesonOperator and not or +syn keyword mesonOperator and not or in syn match mesonComment "#.*$" contains=mesonTodo,@Spell syn keyword mesonTodo FIXME NOTE NOTES TODO XXX contained -- cgit v1.2.3