Changeset 391 for python/trunk/Misc/Vim/python.vim
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Misc/Vim/python.vim
r2 r391 1 " Auto-generated Vim syntax file for Python (trunk: r 60376M).1 " Auto-generated Vim syntax file for Python (trunk: r80490). 2 2 " 3 3 " To use: copy or symlink to ~/.vim/syntax/python.vim … … 64 64 if exists("python_highlight_builtins") 65 65 syn keyword pythonBuiltin Ellipsis False None NotImplemented True __debug__ 66 syn keyword pythonBuiltin __import__ abs all any apply basestring b ool67 syn keyword pythonBuiltin buffer byte s callable chr classmethod cmp coerce68 syn keyword pythonBuiltin c ompile complex copyright credits delattr dict69 syn keyword pythonBuiltin d ir divmod enumerate eval execfile exitfile70 syn keyword pythonBuiltin filter float frozenset getattr globals hasattr71 syn keyword pythonBuiltin hash help hex id input int intern isinstance72 syn keyword pythonBuiltin is subclass iter len license list locals long map73 syn keyword pythonBuiltin max min object oct open ord pow property quit74 syn keyword pythonBuiltin range raw_input reduce reload repr reversed round75 syn keyword pythonBuiltin set setattr slice sorted staticmethod str sum76 syn keyword pythonBuiltin s uper trunc tuple type unichr unicode vars xrange77 syn keyword pythonBuiltin zip66 syn keyword pythonBuiltin __import__ abs all any apply basestring bin bool 67 syn keyword pythonBuiltin buffer bytearray bytes callable chr classmethod 68 syn keyword pythonBuiltin cmp coerce compile complex copyright credits 69 syn keyword pythonBuiltin delattr dict dir divmod enumerate eval execfile 70 syn keyword pythonBuiltin exit file filter float format frozenset getattr 71 syn keyword pythonBuiltin globals hasattr hash help hex id input int intern 72 syn keyword pythonBuiltin isinstance issubclass iter len license list 73 syn keyword pythonBuiltin locals long map max memoryview min next object 74 syn keyword pythonBuiltin oct open ord pow print property quit range 75 syn keyword pythonBuiltin raw_input reduce reload repr reversed round set 76 syn keyword pythonBuiltin setattr slice sorted staticmethod str sum super 77 syn keyword pythonBuiltin tuple type unichr unicode vars xrange zip 78 78 79 79 endif … … 82 82 if exists("python_highlight_exceptions") 83 83 syn keyword pythonException ArithmeticError AssertionError AttributeError 84 syn keyword pythonException BaseException DeprecationWarning EOFError 85 syn keyword pythonException EnvironmentError Exception FloatingPointError 86 syn keyword pythonException FutureWarning GeneratorExit IOError ImportError 87 syn keyword pythonException ImportWarning IndentationError IndexError 88 syn keyword pythonException KeyError KeyboardInterrupt LookupError 89 syn keyword pythonException MemoryError NameError NotImplementedError 90 syn keyword pythonException OSError OverflowError PendingDeprecationWarning 84 syn keyword pythonException BaseException BufferError BytesWarning 85 syn keyword pythonException DeprecationWarning EOFError EnvironmentError 86 syn keyword pythonException Exception FloatingPointError FutureWarning 87 syn keyword pythonException GeneratorExit IOError ImportError ImportWarning 88 syn keyword pythonException IndentationError IndexError KeyError 89 syn keyword pythonException KeyboardInterrupt LookupError MemoryError 90 syn keyword pythonException NameError NotImplementedError OSError 91 syn keyword pythonException OverflowError PendingDeprecationWarning 91 92 syn keyword pythonException ReferenceError RuntimeError RuntimeWarning 92 93 syn keyword pythonException StandardError StopIteration SyntaxError
Note:
See TracChangeset
for help on using the changeset viewer.