mirror of
https://github.com/joshdick/onedark.vim.git
synced 2025-11-17 15:33:39 -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