textmate / yaml.tmbundle

TextMate support for YAML
17 stars 17 forks source link

Folded lines aren't highlighted correctly #5

Closed aroben closed 8 years ago

aroben commented 9 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
infininight commented 8 years ago

This has been corrected in 953d955b8247a784ed18bb27f5236408dfae0c1b, thanks for the report.