Multiple selectors in CSS, Emmet breaks
Describe the bug Entering a CSS rule with multiple selectors, separated by commas, is not possible without pressing Escape after every selector, and dismissing Emmet's suggestion. Not doing so deletes the selector.
To Reproduce Steps to reproduce the behavior:
- Create a simple HTML file with one heading and one paragraph.
- Link to CSS.
- In CSS file, type
h1,and hit Enter (in order to move to the next line, and begin typing the next selector). -
h1,is deleted, and the cursor returns to the start of the line.
In this situation, this action occurs with all attempts at multi-selector rules.
Expected behavior
Sequence of h1, > Enter > p { creates the following:
h1,
p {}
Screenshots If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
- Nova version: 2 (Build 213794)
- Emmet extension version: 1.2.3
Additional context Contrast with, for example, VS Code, which behaves as indicated in the 'Expected Behaviour' section, above.
Looks like a problem with Nova, rather than the Emmet extension.
Sincere apologies — I've been looking into this again, and I think it is an Emmet issue.