Closed aroben closed 8 years ago
Long lines are typically folded in YAML. They aren't getting highlighted correctly:
This test file was generated via the following:
$ ruby -ryaml -e 'puts YAML.dump({:desc => "hello hello hello " * 10})' > test.yml
This has been corrected in 953d955b8247a784ed18bb27f5236408dfae0c1b, thanks for the report.
Long lines are typically folded in YAML. They aren't getting highlighted correctly:
This test file was generated via the following: