| Index: tools/utils/vim/syntax/dart.vim
|
| diff --git a/tools/utils/vim/syntax/dart.vim b/tools/utils/vim/syntax/dart.vim
|
| index f01e0505e89618bbaff1ab46a987fa68a5d5726b..b44c1bd867a9034fd4684efd24f507fb73418e74 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 NoSuchMethodError NotImplementedException NullPointerException ObjectNotClosureException OutOfMemoryException StackOverflowException UnsupportedOperationException WrongArgumentCountException
|
| +syn keyword dartExceptions BadNumberFormatException ClosureArgumentMismatchException EmptyQueueException Exception ExpectException FutureAlreadyCompleteException FutureNotCompleteException IllegalAccessException ArgumentError 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.
|
|
|