adding decl supplements
authorVolker Birk <vb@pep-project.org>
Mon, 11 Jul 2016 23:35:43 +0200
changeset 1 23daf9d318ac
parent 0 76005e62091d
child 2 4b65c6f36f21
adding decl supplements
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