Add rust-mode support

This commit is contained in:
Henrik Lissner 2015-09-30 12:28:52 -04:00
parent ae7090a509
commit 73a01409c2
4 changed files with 51 additions and 3 deletions

View file

@ -0,0 +1,5 @@
use std::io;
fn main() {
${0:println!("Hello, world!");}
}