Skip to content

Commit 6a6b433

Browse files
committed
---
yaml --- r: 24476 b: refs/heads/master c: d5d7741 h: refs/heads/master v: v3
1 parent f4d1231 commit 6a6b433

File tree

3 files changed

+155
-164
lines changed

3 files changed

+155
-164
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: f5c95de212d7851c7f8788a328455ed381e38978
2+
refs/heads/master: d5d774124730ee363620c6e4ec5bf65deea2385c
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
55
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be

trunk/doc/lib/codemirror-rust.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ CodeMirror.defineMode("rust", function() {
99
"as": "op", "true": "atom", "false": "atom", "assert": "op", "check": "op",
1010
"claim": "op", "extern": "ignore", "unsafe": "ignore", "import": "else-style",
1111
"export": "else-style", "copy": "op", "log": "op",
12-
"use": "op", "self": "atom"
12+
"use": "op", "self": "atom", "pub": "atom", "priv": "atom"
1313
};
1414
var typeKeywords = function() {
1515
var keywords = {"fn": "fn"};

0 commit comments

Comments
 (0)