| Index: tools/utils/vim/syntax/dart.vim
|
| diff --git a/tools/utils/vim/syntax/dart.vim b/tools/utils/vim/syntax/dart.vim
|
| index ab3516b4ff7c9449c47465fdb645a02469ba40ae..4e37f4bbabaaff75ce6f847773d5306999848bd2 100644
|
| --- a/tools/utils/vim/syntax/dart.vim
|
| +++ b/tools/utils/vim/syntax/dart.vim
|
| @@ -34,7 +34,7 @@ syn keyword dartErrors AssertionError TypeError FallThroughError
|
| syn keyword dartStatement return
|
| syn keyword dartStorageClass static abstract
|
| syn keyword dartExceptions throw try catch finally
|
| -syn keyword dartExceptions FormatException ClosureArgumentMismatchException EmptyQueueException Exception ExpectException FutureAlreadyCompleteException FutureNotCompleteException IllegalAccessException ArgumentError IllegalJSRegExpException IndexOutOfRangeException IntegerDivisionByZeroException NoMoreElementsException NoSuchMethodError NotImplementedException NullPointerException ObjectNotClosureException OutOfMemoryError StackOverflowException UnsupportedOperationException WrongArgumentCountException
|
| +syn keyword dartExceptions FormatException ClosureArgumentMismatchException EmptyQueueException Exception ExpectException FutureAlreadyCompleteException FutureNotCompleteException IllegalAccessException ArgumentError IllegalJSRegExpException IndexOutOfRangeException IntegerDivisionByZeroException NoMoreElementsException NoSuchMethodError NotImplementedException NullPointerException ObjectNotClosureException OutOfMemoryException StackOverflowException UnsupportedOperationException WrongArgumentCountException
|
| syn keyword dartExceptions_DEPRECATED BadNumberFormatException
|
| syn keyword dartAssert assert
|
| syn keyword dartClassDecl extends implements interface
|
|
|