Removed StandardError

This commit is contained in:
Dmitry Vasiliev
2008-12-06 14:27:52 +03:00
parent 894f6d0fdd
commit 8423af1ae9

View File

@@ -242,7 +242,7 @@ endif
if exists("python_highlight_exceptions") && python_highlight_exceptions != 0
" Builtin exceptions and warnings
syn keyword pythonExClass BaseException
syn keyword pythonExClass Exception StandardError ArithmeticError
syn keyword pythonExClass Exception ArithmeticError
syn keyword pythonExClass LookupError EnvironmentError
syn keyword pythonExClass AssertionError AttributeError BufferError EOFError