" Vim syntax file " Language: aasp Apache::ASP combination of Perl and HTML " Maintainer: Jon Topper " Last change: 2001 Feb 09 " Remove any old syntax stuff hanging around syn clear so :p:h/html.vim syn include @Perl :p:h/perl.vim syn cluster htmlPreproc add=aaspPerlInsideTags syntax region aaspPerlInsideTags keepend matchgroup=Delimiter start=+<%=\=+ skip=+".*%>.*"+ end=+%>+ contains=@Perl let b:current_syntax = "aasp" " vim: ts=8