mirror of
https://github.com/joshdick/onedark.vim.git
synced 2025-11-08 11:03:49 -05:00
Compare commits
4 Commits
ad01d936b3
...
dartHighli
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
425443f2da | ||
|
|
0fdfdf3189 | ||
|
|
ed76f2570e | ||
|
|
334f971863 |
@@ -297,6 +297,17 @@ call s:h("cssSelectorOp", { "fg": s:purple })
|
||||
call s:h("cssSelectorOp2", { "fg": s:purple })
|
||||
call s:h("cssTagName", { "fg": s:red })
|
||||
|
||||
" Dart
|
||||
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("dartSdkClass", { "fg": s:cyan })
|
||||
call s:h("dartStorageClass", { "fg": s:dark_red })
|
||||
highlight link dartExceptions Exception
|
||||
highlight link dartStatement Statement
|
||||
call s:h("dartConstant", { "fg": s:dark_yellow })
|
||||
|
||||
" Fish Shell
|
||||
call s:h("fishKeyword", { "fg": s:purple })
|
||||
call s:h("fishConditional", { "fg": s:purple })
|
||||
|
||||
Reference in New Issue
Block a user