home *** CD-ROM | disk | FTP | other *** search
- ;Python adicional Syntax highlight Script for Twistpad
- ;1998 - 2006 (C) Carthago Software
-
- [::Header::]
- SyntaxName=Python
- Extensions=py;pyc
- Spelling=0
- SpellingContexts=1;2;3
-
- [Comment1]
- Type=StartStop
- Context=1
- Scope=0
- Priority=10
- WholeWordOnly=0
- First=#
- Last=
- Background=Default
- Foreground=008000
- italic=0
-
- [Comment2]
- Type=StartStop
- Context=2
- Scope=0
- Priority=10
- WholeWordOnly=0
- First="""""
- Last="""""
- Background=Default
- Foreground=008000
- italic=0
-
- [Quote]
- Type=StartStop
- Context=3
- Scope=0
- Priority=10
- WholeWordOnly=0
- First="
- Last="
- Background=Default
- Foreground=408080
-
- [python Keywords]
- Type=keyword
- Context=101
- Scope=0
- Priority=6
- WholeWordOnly=1
- CaseSensitive=0
- Keyword1=if;in;is;or;and;def;del;for;not;try;else;elif;exec;from;pass;break;class;print;raise
- Keyword3=while;assert;except;global;import;lambda;return;finally;continue;import
- Keyword4=
- Keyword5=
- Keyword6=
- Keyword7=
- Keyword8=
- Keyword9=
- Background=Default
- Foreground=0000FF
- Bold=0
-