From bf4e405e03859bf383f55715944f4f71bd338c34 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 9 Jan 2014 00:24:34 +0100 Subject: Update kate syntax highlight files --- kate/data/python.xml | 216 ++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 163 insertions(+), 53 deletions(-) (limited to 'kate/data/python.xml') diff --git a/kate/data/python.xml b/kate/data/python.xml index 31f5a0dde..d9cda5349 100644 --- a/kate/data/python.xml +++ b/kate/data/python.xml @@ -13,7 +13,7 @@ - + import @@ -35,10 +35,6 @@ not or - - exec - print - assert break @@ -58,17 +54,18 @@ yield - __future__ __import__ - __name__ abs all any apply + ascii basestring bin bool buffer + bytearray + bytes callable chr classmethod @@ -82,6 +79,7 @@ divmod enumerate eval + exec execfile file filter @@ -107,6 +105,7 @@ long map max + memoryview min next object @@ -114,6 +113,7 @@ open ord pow + print property range raw_input @@ -147,6 +147,7 @@ Ellipsis __debug__ __file__ + __name__ SIGNAL @@ -243,33 +244,60 @@ __coerce__ __enter__ __exit__ + __bytes__ + __format__ + __next__ + __dir__ + ArithmeticError AssertionError AttributeError BaseException + BlockingIOError + BrokenPipeError + BufferError + BytesWarning + ChildProcessError + ConnectionAbortedError + ConnectionError + ConnectionRefusedError + ConnectionResetError DeprecationWarning EnvironmentError EOFError Exception + FileExistsError + FileNotFoundError FloatingPointError FutureWarning GeneratorExit - IOError ImportError ImportWarning + IndentationError IndexError - KeyError + InterruptedError + IOError + IsADirectoryError KeyboardInterrupt + KeyError LookupError MemoryError NameError + NotADirectoryError NotImplementedError OSError OverflowError PendingDeprecationWarning + PermissionError + ProcessLookupError ReferenceError + ResourceWarning RuntimeError RuntimeWarning StandardError @@ -278,14 +306,16 @@ SyntaxWarning SystemError SystemExit + TabError + TimeoutError TypeError UnboundLocalError - UserWarning - UnicodeError - UnicodeWarning - UnicodeEncodeError UnicodeDecodeError + UnicodeEncodeError + UnicodeError UnicodeTranslateError + UnicodeWarning + UserWarning ValueError Warning WindowsError @@ -293,7 +323,6 @@ - @@ -304,7 +333,7 @@ - + @@ -314,54 +343,115 @@ - - + + + - - + - - + + + + + + + + + + + + + + + + + + + - + - + - + - - - - + - - + + + + + + + + + + + + - - + + - - + + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + - + + @@ -402,71 +492,88 @@ [Special cases: %prog and %default - see http://docs.python.org/library/optparse.html] --> + + + + - + - + - + - + - + - + - + - + - - + - + - - - + + + @@ -477,7 +584,7 @@ - + @@ -488,6 +595,9 @@ + + + -- cgit v1.2.3