Use json to render code block

This commit is contained in:
probablycorey
2014-01-28 11:33:07 -08:00
parent 6ff553e41c
commit 2590bad75f

View File

@@ -74,7 +74,7 @@ its not there! To fix this open _package.json_ and find the property called
delay a package's activation until it's needed. So add the `ascii-art:convert`
to the activationEvents array:
```coffeescript
```json
"activationEvents": ["ascii-art:convert"],
```