Overhaul mods and crates section of tutorial
This commit is contained in:
parent
f5c95de212
commit
d5d7741247
2 changed files with 155 additions and 164 deletions
|
@ -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"};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue