Updating GitHub syntax highlighting

What should be done to update Rust syntax highlighting on GitHub code viewer?

It would make sense to highlight “union” now.

1 Like

GitHub appears to use rust’s sublime syntax highlighting grammer: https://github.com/rust-lang/sublime-rust/ (See https://github.com/github/linguist/tree/master/vendor/grammars)

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.