Add YAML to the list of languages for syntax highlighting (code editor)
YAML's pretty common these days, I was surprised it isn't there.
1
vote

Thanks for the suggestion. Unfortunately this isn’t possible since YAML isn’t supported by the syntax highlighting library that we’re using (highlight.js).
UPDATE: YAML is now supported by highlight.js and available in the Slides editor.
-
Jonathan Davila commented
Can this be revised? YAML is now in highlight.js
https://github.com/isagalaev/highlight.js/blob/master/src/languages/yaml.js -
Dan Bohea commented
Understood. Thanks for the reply.