1
Fork 0

Overhaul mods and crates section of tutorial

This commit is contained in:
Brian Anderson 2012-10-06 22:23:16 -07:00
parent f5c95de212
commit d5d7741247
2 changed files with 155 additions and 164 deletions

View file

@ -9,7 +9,7 @@ CodeMirror.defineMode("rust", function() {
"as": "op", "true": "atom", "false": "atom", "assert": "op", "check": "op",
"claim": "op", "extern": "ignore", "unsafe": "ignore", "import": "else-style",
"export": "else-style", "copy": "op", "log": "op",
"use": "op", "self": "atom"
"use": "op", "self": "atom", "pub": "atom", "priv": "atom"
};
var typeKeywords = function() {
var keywords = {"fn": "fn"};