From: Jean Privat Date: Thu, 24 Sep 2015 17:09:31 +0000 (-0400) Subject: vim: add the keyword `with` X-Git-Tag: v0.7.8~3^2~3 X-Git-Url: http://nitlanguage.org?ds=sidebyside vim: add the keyword `with` Signed-off-by: Jean Privat --- 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