Page MenuHomePhabricator

Yaml doesn't highlight difference between keys and values
Closed, ResolvedPublicBUG REPORT

Description

Steps to reproduce:

  1. Add a code block with InsertCode block.
  2. Set language to yaml.
  3. Enter some yaml markup.

Actual result:
Keys and values have the same colour.

Expected result:
Keys and values should have different colours to make easy to quickly see which is which.

Additional information:
In the preview in the code block dialogue, there is a difference in colour: keys are blue and values are black.