atom / language-yaml

YAML package for Atom
Other
24 stars 39 forks source link

Keys with escaped quotes within are not highlighted correctly #119

Open JiFish opened 2 years ago

JiFish commented 2 years ago

Prerequisites

Description

Keys with escaped quotes within are not highlighted correctly. Both single and double quotes are effected.

Steps to Reproduce

  1. Create a key with an escaped quote of the same type as surrounds the key.

Expected behavior:

It should highlight the same as any other key, and it's value should highlight if it's a number/bool etc.

Actual behavior:

No highlighting is applied

Reproduces how often: Always

Versions

Atom    : 1.60.0
Electron: 9.4.4
Chrome  : 83.0.4103.122
Node    : 12.14.1
apm  2.6.2
npm  6.14.13
node 12.14.1 x64
atom 1.60.0
python 2.7.14
git 2.16.2.windows.1
visual studio

Additional Information

image