It would be lovely to have proper rust highlighting and handling in doc examples. e.g. when editing `````` //! ``` //! let x = 1; //! ``` `````` I would love to have rust indentation and syntax highlighting on the example code.