diff -r 76005e62091d -r 23daf9d318ac vim/syntax/yml2.vim --- a/vim/syntax/yml2.vim Mon Jul 11 23:15:28 2016 +0200 +++ b/vim/syntax/yml2.vim Mon Jul 11 23:35:43 2016 +0200 @@ -9,7 +9,7 @@ endif " A bunch of useful YSLT keywords -syn keyword cStatement include decl operator document def param const output value indent all text with withIndent element attrib processing number sort import message debug assert operator goto break return continue asm +syn keyword cStatement include in decl is alias operator document def param const output value indent all text with withIndent element attrib processing number sort import message debug assert operator goto break return continue asm syn keyword cLabel stylesheet estylesheet textstylesheet tstylesheet template function case default syn keyword cConditional choose when otherwise if else switch syn keyword cRepeat for foreach apply while do