summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2017-01-23 12:29:14 -0800
committerGitHub <noreply@github.com>2017-01-23 12:29:14 -0800
commit2660e2facf333009f942f3e10a14e53ab3930e56 (patch)
tree06aa5092202fb6f0e3991998723f86661dfcc090
parent793a74f6c0a3369e8011502b6324396b6b4d021c (diff)
parent56d49379f4ae378459fcaac1a47333cc9b6cfa1b (diff)
Auto merge of #420 - pthariensflame:patch-1, r=emilio
Add missing highlighting language annotation
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 545c917b..f0104fc9 100644
--- a/README.md
+++ b/README.md
@@ -192,7 +192,7 @@ a struct/class.
The `hide` annotation instructs bindgen to ignore the struct/class/field/enum
completely.
-```
+```cpp
/// <div rustbindgen hide></div>
```