| Index: tools/utils/vim/syntax/dart.vim
|
| diff --git a/tools/utils/vim/syntax/dart.vim b/tools/utils/vim/syntax/dart.vim
|
| index d562df737b49c9850395d7d9b924e1b351f10da5..f01e0505e89618bbaff1ab46a987fa68a5d5726b 100644
|
| --- a/tools/utils/vim/syntax/dart.vim
|
| +++ b/tools/utils/vim/syntax/dart.vim
|
| @@ -30,7 +30,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 BadNumberFormatException ClosureArgumentMismatchException EmptyQueueException Exception ExpectException FutureAlreadyCompleteException FutureNotCompleteException IllegalAccessException IllegalArgumentException IllegalJSRegExpException IndexOutOfRangeException IntegerDivisionByZeroException NoMoreElementsException NoSuchMethodException NotImplementedException NullPointerException ObjectNotClosureException OutOfMemoryException StackOverflowException UnsupportedOperationException WrongArgumentCountException
|
| +syn keyword dartExceptions BadNumberFormatException ClosureArgumentMismatchException EmptyQueueException Exception ExpectException FutureAlreadyCompleteException FutureNotCompleteException IllegalAccessException IllegalArgumentException IllegalJSRegExpException IndexOutOfRangeException IntegerDivisionByZeroException NoMoreElementsException NoSuchMethodError NotImplementedException NullPointerException ObjectNotClosureException OutOfMemoryException StackOverflowException UnsupportedOperationException WrongArgumentCountException
|
| syn keyword dartAssert assert
|
| syn keyword dartClassDecl extends implements interface
|
| " TODO(antonm): check if labels on break and continue are supported.
|
|
|