1.首先找到高级->配置->编辑器显示->语法高亮
2.找到这个文件夹,新建python.uew
3.把下面这些玩意装进去并保存。
/L14"Python" PYTHON_LANG Line Comment = # Escape Char = \ String Literal Prefix = r File Extensions = PY PYW
/Indent Strings = ":"
/Regexp Type = Perl
/Function String 1 = "%[ ,^t]++def[ ]+^([a-zA-Z0-9_]+*^):"
/Function String 2 = "%[ ,^t]++^(class[ ]+[a-zA-Z0-9_]+*^):"
/Delimiters = !@%^&*()-+=|\/{}[]:;"'`<> , .
/Open Brace Strings = "{" "(" "["
/Close Brace Strings = "}" ")" "]"
/Open Fold Strings = "def " "class " "if" "{"
/Close Fold Strings = "def " "class " "else" "elif" "}"
/C1"Keywords" STYLE_KEYWORD
assert
break
class continue
def del
elif else except exec
finally for from
global
if import
lambda
object
pass print
raise return
try
while with
yield
/C2"Built-in Functions" STYLE_FUNCTION
Ellipsis
False
None NotImplemented
True
__import__
abs all any
basestring bool buffer
callable chr classmethod cmp coerce compile complex
delattr dict dir divmod
enumerate eval execfile
file filter float frozenset
getattr globals
hasattr hash help hex
id input int intern isinstance issubclass iter
len list locals long
map max min
oct open ord
pow property
range raw_input reduce reload repr reversed round
set setattr slice sorted staticmethod str sum super
tuple type
unichr unicode
vars
xrange
zip
/C3"Methods" STYLE_METHOD
Decimal
__abs__ __add__ __and__ __call__ __cmp__ __coerce__ __contains__ __del__ __delattr__ __delitem__
__delslice__ __div__ __divmod__ __eq__ __float__ __floordiv__ __ge__ __getattribute__ __getitem__
__getnewargs__ __getslice__ __gt__ __hash__ __hex__ __iadd__ __iand__ __idiv__ __ilshift__ __imod__
__imul__ __index__ __init__ __int__ __invert__ __ior__ __ipow__ __irshift__ __isub__ __iter__ __ixor__
__le__ __len__ __long__ __lshift__ __lt__ __mod__ __mul__ __ne__ __neg__ __nonzero__ __oct__ __or__
__pos__ __pow__ __radd__ __rand__ __rdiv__ __rdivmod__ __reduce__ __reduce_ex__ __repr__ __reserved__
__rfloordiv__ __rlshift__ __rmod__ __rmul__ __ror__ __rpow__ __rrshift__ __rshift__ __rsub__ __rtruediv__
__rxor__ __setattr__ __setitem__ __setslice__ __str__ __sub__ __xor__
add append
capitalize center clear close conjugate copy count
decode difference discard
encode endswith expandtabs extend
fileno find flush fromkeys
get getcontext
has_key
index insert intersection intersection_update isalnum isalpha isatty isdigit islower isspace issubset
issuperset istitle isupper items iteritems iterkeys itervalues
join
keys
ljust lower lstrip
next
pop popitem
read readline readlines remove replace reverse rfind rindex rjust rsplit rstrip
seek setdefault sort split splitlines startswith strip swapcase symmetric_difference
symmetric_difference_update
tell title translate truncate
union update upper
values
write writelines
zfill
/C4"Attributes" STYLE_ATTRIBUTE
__author__ __bases__ __class__ __dict__ __doc__ __email__ __members__ __methods__ __name__ __slots__
__version__
/C5"Exceptions"
ArithmeticError AssertionError AttributeError
BaseException
DeprecationWarning
EOFError EnvironmentError Exception
FloatingPointError FutureWarning
GeneratorExit
IOError ImportError ImportWarning IndentationError IndexError
KeyError KeyboardInterrupt
LookupError
MemoryError
NameError NotImplementedError
OSError OverflowError OverflowWarning
PendingDeprecationWarning
ReferenceError RuntimeError RuntimeWarning
StandardError StopIteration SyntaxError SyntaxWarning SystemError SystemExit
TabError TypeError
UnboundLocalError UnicodeDecodeError UnicodeEncodeError UnicodeError UnicodeTranslateError UnicodeWarning
UserWarning
ValueError
Warning WindowsError
ZeroDivisionError
/C6"Operators" STYLE_OPERAT