atom / language-yaml

YAML package for Atom
Other
24 stars 39 forks source link

Update broke basic syntax? #6

Closed DiogoAndre closed 10 years ago

DiogoAndre commented 10 years ago

I've just updated to 0.10.0 and I think it broke the highlighting even in very simple files. :confused:

captura de tela 2014-07-02 as 23 02 06

Maybe something from 5b4def5 is not quite right?

I'll try to take a better look at it tomorrow.

Strech commented 10 years ago

The same thing

---
description: user updating
prefix: users management
requestParameters:
  description: ''
  type: object
  additionalProperties: false
  required: []
  properties:
    user:

Syntax Highlight Broken

philipgiuliani commented 10 years ago

I have the same issue.

kevinsawicki commented 10 years ago

Sorry about this, will get a fix for it pushed and cut a new Atom release soon.

kevinsawicki commented 10 years ago

Just released Atom 0.108.0 with this fix in it, sorry again about it, please let me know if you see any other YAML colorization issues.

DiogoAndre commented 10 years ago

Thanks!! It's all colorful again :rainbow:

Strech commented 10 years ago

thanks :beers: