mirror of
https://github.com/joshdick/onedark.vim.git
synced 2025-11-16 23:13:41 -05:00
Make go highlighting more similar to that of other languages: * function calls should be blue * types should be yellow to distinguish them from keywords * make special keywords struct and interface also cyan, like builtins