You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 redabstract type B end# purple abstractprimitive 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.
The text was updated successfully, but these errors were encountered:
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:
These definitions were introduced in #15. It's not clear to me why
abstract
andprimitive
are showing in a different color thanmutable
. It would be nice for consistency if they matched.The text was updated successfully, but these errors were encountered: