forked from dbp/sublime-rust
-
Notifications
You must be signed in to change notification settings - Fork 105
Closed
Description
Sublime Text Version
Sublime Text 3 (Build 3143)
Rust Enhanced Version
v2.10.0
Operating system
Ubuntu 17.10
Expected behavior
union
s should be highlighted like struct
s.
Actual behavior
union
is treated like an unknown keyword.
Steps to reproduce
- Write out a union definition like so:
#[repr(C)]
union Example {
u0: u32,
u1: u32,
}
- Be disappointed that
union
is not highlighted.
Thank you for your work on this project.
Metadata
Metadata
Assignees
Labels
No labels