Browse Source

Remove custom Dart highlight group

pull/229/head
Josh Dick 4 years ago
committed by GitHub
parent
commit
425443f2da
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      colors/onedark.vim

1
colors/onedark.vim

@ -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

Loading…
Cancel
Save