Sublime Forum

Can not comment in .scss files

#1

pressing cmd + / won’t create comment. Any plugin or setting to enable commenting in scss?

0 Likes

#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

#3

is it fixable? I just want to comment like a normal css file

0 Likes

#4

Of course, you’ll just need to open an issue on the bug tracker of the repo that maintains the syntax

0 Likes

#6

I’ll do it, can you give me the repo link?

thanks

0 Likes

#7

Tools menu -> Command Palette -> Package Control: List Packages - find your SCSS package and it will show the URL to the repo.

0 Likes

#8

hi, there is no scss package in my package list. where else it should be?

0 Likes

#9

So you use CSS syntax to highlight .scss file or even no hightlighting?

Install this https://packagecontrol.io/packages/SCSS

0 Likes

#10

installed that, the cmd + / works now, thanks.

0 Likes