Nikolai Weibull wrote:
\starttext \type<<...>> \stoptext
It doesn't seem to see the end delimiter, nikolai
patch for core-ver
\starttext
\unprotect
\def\dodotypeC<#1% normal/slanted <<... <<...>> ...>>
{\initializetype
\verbatimcolor
\if#1<%
\@EA\setupalternativetypegrouping
\else
\@EA#1%
\fi}
\bgroup
\catcode`\<=\@@active
\catcode`\>=\@@active
\gdef\setupalternativetypegrouping
{\catcode`\<=\@@active
\catcode`\>=\@@active
\def\doless
{\ifx<\next
\def\next
{\bgroup\switchslantedtype
\let\next=}%
\else
\let\next\lesscharacter
\fi
\next}%
\def\domore
{\ifx>\next
\def\next
{\egroup
\let\next=}%
\else
\let\next\morecharacter
\fi
\next}%
\def<{\futurelet\next\doless}%
\def>{\futurelet\next\domore}}
\egroup
\protect
\startTEXpage
normal: \par \type{xx<<..xx..<