diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-10-06 22:23:16 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-10-06 22:24:15 -0700 |
| commit | d5d774124730ee363620c6e4ec5bf65deea2385c (patch) | |
| tree | afe2f61bafa74986678ef4d697cca21b7a237268 /doc/lib/codemirror-rust.js | |
| parent | f5c95de212d7851c7f8788a328455ed381e38978 (diff) | |
| download | rust-d5d774124730ee363620c6e4ec5bf65deea2385c.tar.gz rust-d5d774124730ee363620c6e4ec5bf65deea2385c.zip | |
Overhaul mods and crates section of tutorial
Diffstat (limited to 'doc/lib/codemirror-rust.js')
| -rw-r--r-- | doc/lib/codemirror-rust.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lib/codemirror-rust.js b/doc/lib/codemirror-rust.js index 02f2c603955..727882d3099 100644 --- a/doc/lib/codemirror-rust.js +++ b/doc/lib/codemirror-rust.js @@ -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"}; |
