Closed deckar01 closed 7 years ago
Spaces in the middle of unquoted block keys breaks syntax highlighting.
Space Ghost: >
Ghost in the Shell: |
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
Prerequisites
Description
Spaces in the middle of unquoted block keys breaks syntax highlighting.
Steps to Reproduce
Space Ghost: >
Ghost in the Shell: |
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
.