sublime-yaml-nav icon indicating copy to clipboard operation
sublime-yaml-nav copied to clipboard

Should allow quoted keys

Open plambert opened this issue 8 years ago • 0 comments

Given:


---
foo.bar:
  'baz':
    lemur: "weasel"

The list of keys given with super-R is: foo.bar foo.bar.lemur

The same is true with a double-quoted key name.

The entity.name.tag.yaml scope should apply to 'baz': as well as the others.

Thanks!

plambert avatar May 19 '16 15:05 plambert