| 123456789101112131415161718192021 |
- <?xml version="1.0"?>
- <Language name="Python" ext="py" CaseSensitive="true">
- <Completion CaseSensitive="false">
- <Include Attribute="Keyword"></Include>
- </Completion>
- <Attribute name="Keyword" ForeCol="#00A000" Bold="true"></Attribute>
- <Attribute name="Comment" ForeCol="#FF8000"></Attribute>
- <Attribute name="Number" ForeCol="blue"></Attribute>
- <Comment Start="#" ></Comment>
- <Comment Start='"""' End='"""' Multiline="true" Folding="true"></Comment>
- <Token CharsStart="0..9" Content = '0..9.' Attribute='NUMBER'> </Token>
- <String Start='"' End='"'></String>
- <String Start="'" End="'"></String>
- <Keyword>
- and as assert break class continue def del elif else except exec
- False finally for from global if import in is lambda None not or
- pass print raise return triple True try while with yield
- </Keyword>
- </Language>
|