<?xml version="1.0" encoding="UTF-8"?>
<wordlist>
 <name>Function() and Method()</name>
 <word>
  <type>RegExp</type>
  <case>No</case>
  <match><![CDATA[([a-z]+[a-z_]*[a-z]+)\(\)\s+function\b]]></match>
  <subst><![CDATA[\1 function]]></subst>
 </word>
 <word>
  <type>RegExp</type>
  <case>No</case>
  <match><![CDATA[([a-z]+[a-z_]*[a-z]+)\(\)\s+method\b]]></match>
  <subst><![CDATA[\1 method]]></subst>
 </word>
 <word>
  <type>RegExp</type>
  <case>No</case>
  <match><![CDATA[([a-z]+[a-z_]*[a-z]+)\(\)]]></match>
  <subst><![CDATA[\1 function]]></subst>
 </word>
</wordlist>
