atom / language-yaml

YAML package for Atom
Other
24 stars 39 forks source link

Support quoted tag names #61

Closed winstliu closed 7 years ago

winstliu commented 7 years ago

Requirements

Description of the Change

Adds support for quoted tag names like 'quoted': stuff. In addition, it fixes a boundary issue with entity.name.tag.yaml where the tag separator (:) was incorrectly being tokenized as the tag name as well.

Alternate Designs

N/A

Benefits

Quoted tag names will be highlighted properly; scopes will be more correct.

Possible Drawbacks

None.

Applicable Issues

Fixes #60


It is recommended to view the changes separately, by commit. The second commit is the one that includes the functional changes.