We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff46822 commit c16efc1Copy full SHA for c16efc1
syntax/dart.vim
@@ -23,7 +23,7 @@ syntax keyword dartConditional if else switch
23
syntax keyword dartRepeat do while for
24
syntax keyword dartBoolean true false
25
syntax keyword dartConstant null
26
-syntax keyword dartTypedef this super class typedef enum mixin
+syntax keyword dartTypedef this super class typedef enum mixin extension
27
syntax keyword dartOperator new is as in
28
syntax match dartOperator "+=\=\|-=\=\|*=\=\|/=\=\|%=\=\|\~/=\=\|<<=\=\|>>=\=\|[<>]=\=\|===\=\|\!==\=\|&=\=\|\^=\=\||=\=\|||\|&&\|\[\]=\=\|=>\|!\|\~\|?\|:"
29
syntax keyword dartCoreType void var dynamic
0 commit comments