fixed yaml highlight

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

View file

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