atom / language-yaml

YAML package for Atom
Other
24 stars 39 forks source link

Allow quotes inside of unquoted keys #85

Closed deckar01 closed 7 years ago

deckar01 commented 7 years ago

Requirements

Description of the Change

Allow quotes inside and after a key if it does not start with a quote.

Alternate Designs

The grammar was explicitly performing additional, incorrect behavior, so removing this behavior was the only solution.

Benefits

Compliance with the YAML spec for keys and correct syntax highlighting of keys.

Possible Drawbacks

None.

Applicable Issues

Closes #83

winstliu commented 7 years ago

:zap: Thanks for the extra specs!