From 51ed781953bc44bba3c70938aa57b856394cbc88 Mon Sep 17 00:00:00 2001 From: Ananya Sen Date: Mon, 27 Feb 2012 14:41:21 -0800 Subject: updating to codemirror 2.22 Signed-off-by: Ananya Sen --- imports/codemirror/mode/rust/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) mode change 100755 => 100644 imports/codemirror/mode/rust/index.html (limited to 'imports/codemirror/mode/rust/index.html') diff --git a/imports/codemirror/mode/rust/index.html b/imports/codemirror/mode/rust/index.html old mode 100755 new mode 100644 index a84c61e5..3b811e35 --- a/imports/codemirror/mode/rust/index.html +++ b/imports/codemirror/mode/rust/index.html @@ -15,9 +15,9 @@ // Demo code. type foo = int; -tag bar { - some(int, foo); - none; +enum bar { + some(int, foo), + none } fn check_crate(x: int) { -- cgit v1.2.3