From d58a9c73464133f95663bf5e78bb693ffb5de284 Mon Sep 17 00:00:00 2001 From: Marijn Haverbeke Date: Wed, 2 Nov 2011 13:49:37 +0100 Subject: Expand the tutorial section on functions --- doc/tutorial/lib/codemirror-rust.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/tutorial/lib') diff --git a/doc/tutorial/lib/codemirror-rust.js b/doc/tutorial/lib/codemirror-rust.js index 70091470e80..5ab964c107e 100644 --- a/doc/tutorial/lib/codemirror-rust.js +++ b/doc/tutorial/lib/codemirror-rust.js @@ -8,7 +8,8 @@ CodeMirror.defineMode("rust", function() { "lambda": "fn", "type": "type", "tag": "tag", "mod": "mod", "as": "op", "true": "atom", "false": "atom", "assert": "op", "check": "op", "claim": "op", "native": "ignore", "unsafe": "ignore", "import": "else-style", - "export": "else-style", "copy": "op", "log": "op", "log_err": "op", "use": "op" + "export": "else-style", "copy": "op", "log": "op", "log_err": "op", + "use": "op", "bind": "op" }; var typeKeywords = function() { var keywords = {"fn": "fn", "block": "fn", "obj": "obj"}; -- cgit 1.4.1-3-g733a5