<?xml version="1.0" encoding="UTF-8"?>
<wordlist>
 <name>Template&lt;T&gt; and &lt;Tag&gt;</name>
 <word>
  <type>RegExp</type>
  <case>Yes</case>
  <match><![CDATA[([A-Z][a-z]+)<([A-Z][a-z]*)>]]></match>
  <subst><![CDATA[\1 of type \2]]></subst>
 </word>
 <word>
  <type>RegExp</type>
  <case>Yes</case>
  <match><![CDATA[([A-Z][a-z]+)<\?>]]></match>
  <subst><![CDATA[\1 of unknown type]]></subst>
 </word>
 <word>
  <type>RegExp</type>
  <case>No</case>
  <match><![CDATA[<([a-z]+)>]]></match>
  <subst><![CDATA[\1 tag]]></subst>
 </word>
 <word>
  <type>RegExp</type>
  <case>No</case>
  <match><![CDATA[</([a-z]+)>]]></match>
  <subst><![CDATA[end \1 tag]]></subst>
 </word>
 <word>
  <type>RegExp</type>
  <case>No</case>
  <match><![CDATA[\btag\s+tag\b]]></match>
  <subst><![CDATA[tag]]></subst>
 </word>
</wordlist>
