From 02462ff88727ac4b000eeb7dfa7a142bca6a4d1e Mon Sep 17 00:00:00 2001 From: Jean Privat Date: Thu, 24 Sep 2015 13:09:31 -0400 Subject: [PATCH] vim: add the keyword `with` Signed-off-by: Jean Privat --- misc/vim/syntax/nit.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/vim/syntax/nit.vim b/misc/vim/syntax/nit.vim index 2930d81..b5d86ac 100644 --- a/misc/vim/syntax/nit.vim +++ b/misc/vim/syntax/nit.vim @@ -88,7 +88,7 @@ syn match NITComment "#.*" contains=NITTodo,@Spell " Keywords syn keyword NITKeyword abstract intern new syn keyword NITDefine private public protected intrude readable writable redef -syn keyword NITControl if while for assert and or in as isa once break continue return abort +syn keyword NITControl if while for with assert and or in as isa once break continue return abort syn keyword NITClass nullable syn keyword NITInclude special syn keyword NITTodo FIXME NOTE TODO XXX contained -- 1.7.9.5