# HG changeset patch # User Volker Birk # Date 1468272943 -7200 # Node ID 23daf9d318acc056f7df02d877443f65c58f0a2a # Parent 76005e62091d417f6193d960fc0810b21c829fc9 adding decl supplements 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