medit/moo/mooedit/langs/python-console.lang

21 lines
576 B
Plaintext
Raw Normal View History

2006-08-31 00:34:59 -05:00
<?xml version="1.0" encoding="UTF-8"?>
<language id="python-console" name="python-console" version="2.0" hidden="true">
<styles>
<style id="ps" name="ps" map-to="def:keyword"/>
</styles>
<definitions>
<context id="python-console">
<include>
<context end-at-line-end="true">
<start>^(>>>|\.\.\.)\ </start>
<include>
<context sub-pattern="1" where="start" style-ref="ps"/>
2006-12-31 04:54:51 -06:00
<context ref="python:python"/>
2006-08-31 00:34:59 -05:00
</include>
</context>
</include>
</context>
</definitions>
</language>