atom / language-yaml

YAML package for Atom
Other
24 stars 39 forks source link

Remove incorrect .unquoted scopes #36

Closed winstliu closed 8 years ago

winstliu commented 8 years ago

Even quoted strings were getting double-matched as string.unquoted.yaml.

kevinsawicki commented 8 years ago

Does this affect the look in the default themes at all?

winstliu commented 8 years ago

Does this affect the look in the default themes at all?

Just checked and none of the default themes apply any different styling to .string.unquoted. I'll rebase in a moment.

EDIT: Rebase done. Just tested with one-light to make sure and didn't notice any difference using the following snippet from the specs:

spaced out: 1
more      spaces: 2nd
with quotes: "3rd"