<?xml version="1.0"?>
<!-- This is a mode catalog. Edit modes must be listed here, -->
<!-- otherwise they will not be available to jEdit. -->
<!-- Created: A M Chavan, 30-Nov-2004 -->
<!-- $Id$ -->
<!DOCTYPE MODES SYSTEM "catalog.dtd">
<MODES>
<MODE NAME="python" 
      FILE="python.xml" 
      FILE_NAME_GLOB="*.{py,pyw}" 
      FIRST_LINE_GLOB="#!*/*python*" />
<MODE NAME="text"   
      FILE="text.xml"   
      FILE_NAME_GLOB="*.txt" />
</MODES>