atom / language-yaml

YAML package for Atom
Other
24 stars 39 forks source link

Add more support for escape sequences #76

Closed 50Wliu closed 7 years ago

50Wliu commented 7 years ago

Requirements

Description of the Change

Escape sequence tokenization now follows the rules laid out in http://yaml.org/spec/1.2/spec.html#id2776092.

Alternate Designs

None.

Benefits

Correct tokenization for escape sequences.

Possible Drawbacks

While writing a hex or unicode escape sequence, error highlighting will occur until you finish the sequence.

Applicable Issues

Fixes #75