See also http://codemirror.net/mode/rust/ . Unfortunately, the syntax has changed massively since I wrote that highlighting mode. On the bright side, I believe the syntax became somewhat more regular, so (though I'm not sure about this) a lot of the complexity in the highlighter (and believe me, it is complex) might no longer be needed.
Best, Marijn On Fri, Feb 1, 2013 at 10:51 PM, Dean Thompson <[email protected]> wrote: > Rust Dev, > > Pablo Fernandez and I are planning to build a simple "Rust playground" -- a > site where people can try running small Rust programs and then record > examples of working or broken Rust code. We wrote down our current strawman > approach at https://github.com/rusthub/rustpad . We would greatly value > feedback from this group before we begin. > > Dean > > _______________________________________________ > Rust-dev mailing list > [email protected] > https://mail.mozilla.org/listinfo/rust-dev > _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
