Filling out the template is required. Any pull request that does not include enough information to be reviewed in a timely manner may be closed at the maintainers' discretion.
All new code requires tests to ensure against regressions
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.
Requirements
Description of the Change
Adds support for quoted tag names like
'quoted': stuff
. In addition, it fixes a boundary issue withentity.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.