pressing cmd + / won’t create comment. Any plugin or setting to enable commenting in scss?
Can not comment in .scss files
wbond
#2
This is controlled by the TM_COMMENT_START
setting in a .tmPreferences
file that targets the scope
that the SCSS syntax you are using is implemented with.
1 Like
wbond
#4
Of course, you’ll just need to open an issue on the bug tracker of the repo that maintains the syntax
0 Likes
kingkeith
#7
Tools
menu -> Command Palette
-> Package Control: List Packages
- find your SCSS package and it will show the URL to the repo.
0 Likes
jfcherng
#9
So you use CSS syntax to highlight .scss file or even no hightlighting?
Install this https://packagecontrol.io/packages/SCSS
0 Likes