I very often use block comments to designate sections within a file and can’t seem to get an SCSS comment block working.
'.source.scss':
'SCSS Comment':
'prefix': '// '
'body': '// ------------------------------------------------------------------- //\n//\n// ------------------------------------------------------------------- //\n$
The desired outcome:
// ------------------------------------------------------------------- //
// Module A: Blog Listing
// ------------------------------------------------------------------- //
I’ve tried using .text.scss and replacing .scss with .sass but no luck. Are snippets in SCSS supported? Lots of topics related to snippets mention they really only work in HTML/CSS/JQ right now.