Skip to content
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

abstract type and primitive type are highlighted oddly #16

Open
ararslan opened this issue Feb 22, 2017 · 0 comments
Open

abstract type and primitive type are highlighted oddly #16

ararslan opened this issue Feb 22, 2017 · 0 comments

Comments

@ararslan
Copy link
Member

Disclaimer: This issue mostly concerns the GitHub UI, which uses this repo for syntax recognition. I'm not sure whether this similarly applies to TextMate itself.

Consider the following:

mutable struct A end  # all red
abstract type B end   # purple abstract
primitive type C end  # purple primitive

These definitions were introduced in #15. It's not clear to me why abstract and primitive are showing in a different color than mutable. It would be nice for consistency if they matched.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant