Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
c1f5c2f3
Commit
c1f5c2f3
authored
May 02, 2010
by
Brett Cannon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update the Vim syntax highlight file.
parent
f9ffccea
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
20 deletions
+26
-20
Misc/NEWS
Misc/NEWS
+5
-0
Misc/Vim/python.vim
Misc/Vim/python.vim
+21
-20
No files found.
Misc/NEWS
View file @
c1f5c2f3
...
...
@@ -157,6 +157,11 @@ Build
- Issue #3646: It is now easily possible to install a Python framework into
your home directory on MacOSX, see Mac/README for more information.
Misc
----
- Update the Vim syntax highlight file.
What's New in Python 2.7 beta 1?
================================
...
...
Misc/Vim/python.vim
View file @
c1f5c2f3
" Auto-generated Vim syntax file for Python (trunk: r
60376M
).
" Auto-generated Vim syntax file for Python (trunk: r
80490
).
"
" To use: copy or symlink to ~/.vim/syntax/python.vim
...
...
@@ -63,31 +63,32 @@ endif
if
exists
(
"python_highlight_builtins"
)
syn
keyword pythonBuiltin Ellipsis False None NotImplemented True __debug__
syn
keyword pythonBuiltin __import__ abs
all
any apply basestring bool
syn
keyword pythonBuiltin buffer byte
s callable chr classmethod cmp coerce
syn
keyword pythonBuiltin
c
ompile
complex copyright credits delattr dict
syn
keyword pythonBuiltin
d
ir
divmod enumerate eval execfile
exit
file
syn
keyword pythonBuiltin
filter
float frozenset getattr globals has
attr
syn
keyword pythonBuiltin
hash help hex id input int intern isinstance
syn
keyword pythonBuiltin is
subclass iter len license list locals long map
syn
keyword pythonBuiltin
max min object oct open ord pow property qui
t
syn
keyword pythonBuiltin
range raw_input reduce reload repr reversed round
syn
keyword pythonBuiltin
set
setattr slice sorted staticmethod str sum
syn
keyword pythonBuiltin s
uper trunc tuple type unichr unicode vars xrange
syn
keyword pythonBuiltin zip
syn
keyword pythonBuiltin __import__ abs
all
any apply basestring b
in b
ool
syn
keyword pythonBuiltin buffer byte
array bytes callable chr classmethod
syn
keyword pythonBuiltin c
mp coerce
compile
complex copyright credits
syn
keyword pythonBuiltin d
elattr dict
dir
divmod enumerate eval exec
file
syn
keyword pythonBuiltin
exit
file
filter
float format frozenset get
attr
syn
keyword pythonBuiltin
globals hasattr hash help hex id input int intern
syn
keyword pythonBuiltin is
instance issubclass iter len license list
syn
keyword pythonBuiltin
locals long map max memoryview min next objec
t
syn
keyword pythonBuiltin
oct open ord pow print property quit range
syn
keyword pythonBuiltin
raw_input reduce reload repr reversed round
set
syn
keyword pythonBuiltin s
etattr slice sorted staticmethod str sum super
syn
keyword pythonBuiltin
tuple type unichr unicode vars xrange
zip
endif
if
exists
(
"python_highlight_exceptions"
)
syn
keyword pythonException ArithmeticError AssertionError AttributeError
syn
keyword pythonException BaseException DeprecationWarning EOFError
syn
keyword pythonException EnvironmentError Exception FloatingPointError
syn
keyword pythonException FutureWarning GeneratorExit IOError ImportError
syn
keyword pythonException ImportWarning IndentationError IndexError
syn
keyword pythonException KeyError KeyboardInterrupt LookupError
syn
keyword pythonException MemoryError NameError NotImplementedError
syn
keyword pythonException OSError OverflowError PendingDeprecationWarning
syn
keyword pythonException BaseException BufferError BytesWarning
syn
keyword pythonException DeprecationWarning EOFError EnvironmentError
syn
keyword pythonException Exception FloatingPointError FutureWarning
syn
keyword pythonException GeneratorExit IOError ImportError ImportWarning
syn
keyword pythonException IndentationError IndexError KeyError
syn
keyword pythonException KeyboardInterrupt LookupError MemoryError
syn
keyword pythonException NameError NotImplementedError OSError
syn
keyword pythonException OverflowError PendingDeprecationWarning
syn
keyword pythonException ReferenceError RuntimeError RuntimeWarning
syn
keyword pythonException StandardError StopIteration SyntaxError
syn
keyword pythonException SyntaxWarning SystemError SystemExit TabError
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment