-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added more colors for operator in OCaml #144
Conversation
Yeah I'm not sure how I feel about everything using aqua either. |
hi! link ocamlOperator GruvBoxAqua | ||
hi! link ocamlKeyChar GruvBoxAqua | ||
hi! link ocamlArrow GruvboxAqua | ||
hi! link ocamlInfixOpKeyword GruvboxAqua | ||
hi! link ocamlConstructor GruvboxYellow |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Something like this would take the colours from the already-defined categories, making the code look more consistent with other languages. (The groups were taken from the equivalents in nvim-tree-sitter)
hi! link ocamlOperator GruvBoxAqua | |
hi! link ocamlKeyChar GruvBoxAqua | |
hi! link ocamlArrow GruvboxAqua | |
hi! link ocamlInfixOpKeyword GruvboxAqua | |
hi! link ocamlConstructor GruvboxYellow | |
hi! link ocamlOperator Operator | |
hi! link ocamlKeyChar Delimiter | |
hi! link ocamlArrow Delimiter | |
hi! link ocamlInfixOpKeyword Keyword | |
hi! link ocamlConstructor Special |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks good. I've merged the changes together in 9e71159 Let me know if there are any problems here or in a new issue |
Hi :D,
I've added colors for operators in OCaml to add more variants for the language.
Thank you for your time 😃