ziglang/sublime-zig-language

[Sublime Text] Struct field initializers aren't colored properly

aeronavery opened this issue · 3 comments

The last character of fields in struct initializers aren't colored properly. I'm not sure where this broke but I imagine something in the commit for TextMate compatibility broke it, since this worked properly the other day.

Screenshot from 2020-04-15 18-57-19

i think this broke in b25f877 to fix #31

Now they're not getting colored at all. Is that the intended behavior?

that's the status quo behavior. they were being highlighted because they were being detected as enum literals.