Closed deckar01 closed 7 years ago
Quotes in the middle of unquoted keys breaks syntax highlighting.
General Tso's Chicken:
Dwayne "The Rock" Johnson:
Expected behavior: The key should become red like a key.
Actual behavior: The key remains green like a value.
Reproduces how often: Consistent (100%)
The CSS classes should be syntax--entity syntax--name syntax--tag, but are syntax--string syntax--unquoted.
syntax--entity syntax--name syntax--tag
syntax--string syntax--unquoted
Specs: https://github.com/deckar01/language-yaml/pull/1/commits/c552a5517581e60031fcf61c236b9d7901582228
Prerequisites
Description
Quotes in the middle of unquoted keys breaks syntax highlighting.
Steps to Reproduce
General Tso's Chicken:
Dwayne "The Rock" Johnson:
Expected behavior: The key should become red like a key.
Actual behavior: The key remains green like a value.
Reproduces how often: Consistent (100%)
Versions
Additional Information
The CSS classes should be
syntax--entity syntax--name syntax--tag
, but aresyntax--string syntax--unquoted
.