Fix a typo.

This commit is contained in:
Josh Dick
2020-07-18 00:10:37 -04:00
committed by GitHub
parent 334f971863
commit ed76f2570e

View File

@@ -303,7 +303,7 @@ call s:h("dartClassDecl", { "fg": s:red })
call s:h("dartInterpolation", { "fg": s:blue })
highlight link dartLibrary Include
call s:h("dartCoreClasses", { "fg": s:cyan })
call s:h("dartSdkClas", { "fg": s:cyan })
call s:h("dartSdkClass", { "fg": s:cyan })
call s:h("dartStorageClass", { "fg": s:dark_red })
highlight link dartExceptions Exception
highlight link dartStatement Statement