You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
Prerequisites
Description
Property lists are missing the
meta.property-list.css
scope, leading to issues likeautocomplete-css
not giving any suggestions.Steps to Reproduce
<style>
blocks, fist create an HTML file in Atom with the following contents:Editor: Log Cursor Scopes
commandExpected behavior:
A list of scopes that includes
meta.property-list.css
, such as this from the TextMate grammar:Actual behavior:
Missing
meta.property-list.css
:Reproduces how often:
100% of the time.
Versions
OS: Windows 10 x64
Additional Information
Originally brought up by @Yurickh in atom/atom#18327 (comment).
The text was updated successfully, but these errors were encountered: