Remove custom Dart highlight group

This commit is contained in:
Josh Dick
2020-07-22 00:47:21 -04:00
committed by GitHub
parent 0fdfdf3189
commit 425443f2da

View File

@@ -302,7 +302,6 @@ call s:h("dartTypeDef", { "fg": s:red })
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("dartSdkClass", { "fg": s:cyan })
call s:h("dartStorageClass", { "fg": s:dark_red })
highlight link dartExceptions Exception