Browse Source

Fix a typo.

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

2
colors/onedark.vim

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

Loading…
Cancel
Save