Skip to content

Commit

Permalink
feat(YAML): add YAML to common languages (#1952)
Browse files Browse the repository at this point in the history
resolves #1632
  • Loading branch information
mojavelinux authored and Marcos Cáceres committed Aug 17, 2019
1 parent 0575ae1 commit 904e8fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/languages/yaml.js
Expand Up @@ -3,7 +3,7 @@ Language: YAML
Author: Stefan Wienert <stwienert@gmail.com>
Requires: ruby.js
Description: YAML (Yet Another Markdown Language)
Category: config
Category: common, config
*/
function(hljs) {
var LITERALS = 'true false yes no null';
Expand Down

0 comments on commit 904e8fc

Please sign in to comment.