|
<lexems>
<lexem BeginBlock="Feature" EndBlock=":" Type="SectionKeyWord" />
<lexem BeginBlock="Scenario" EndBlock=":" Type="SectionKeyWord" />
<lexem BeginBlock="@[0-9A-Za-z]+" IsBeginRegex="true" Type="TagName" />
<lexem BeginBlock="<([0-9A-Za-z])+>" IsBeginRegex="true" Type="Variable" />
</lexems>
<splits>
<split IsRegex="true"><([0-9A-Za-z])+></split>
<split IsRegex="true">@[0-9A-Za-z]+</split>
</splits> |