fixed yaml highlight

This commit is contained in:
CRIMX 2016-12-23 18:50:32 +08:00
parent 49967ab374
commit ff96305e1e

View file

@ -70,11 +70,11 @@ The filter will try to download the latest version of [Github Emojis][ghemojis]
If you need to add code points that are not in the Github list, you can do this:
```
```yaml
githubEmojis:
localEmojis:
man_juggling:
src: https://path/to/arrow_left.png
src: https://path/to/man_juggling.png
codepoints: ["1f939", "2642"]
arrow_right: https://path/to/arrow_right.png
```