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
The show in symbol list setting uses source.scss meta.selector as a scope selector, but there is no meta.selector in the language grammar. I added the following under the selectors pattern of the language grammar:
name = 'meta.selector.scss';
It did not make a difference. I'll keep hacking away at it, but it'd be great if we could get this fixed.
I just cloned the latest bundle, and it doesn't seem able to tell TextMate about the symbol list:
Am I doing something wrong?
The text was updated successfully, but these errors were encountered: