Closed mjbvz closed 7 years ago
For the yaml
Key1: |- a (?: a ) Key2: 1
Expected behavior: [What you expect to happen] The contents of key1 should be highlighted the same since they are part of the same block scalar
key1
Actual behavior: [What actually happens]
The (?: is highlighted differently
(?:
Additional Information The scope of the ( in (?: is:
(
source.yaml entity.name.tag.yaml
Great news! I just fixed this in #93. It's currently scheduled to go out in Atom 1.22.0, though github.com may receive the changes earlier than that.
Prerequisites
Description
For the yaml
Expected behavior: [What you expect to happen] The contents of
key1
should be highlighted the same since they are part of the same block scalarActual behavior: [What actually happens]
The
(?:
is highlighted differentlyAdditional Information The scope of the
(
in(?:
is: