Sublime Forum

CSS Comments Bugs in ST3 + Code For Fix

#1

I’ve noticed, in Sublime Text 3, that the CSS Comments triggered with Ctrl+/ the comments come out like Comment Here*/ instead of `/* Comment Here */ like the usual comment structure.

It’s a pretty easy fix that involves modify Comments.tmPreferences in the CSS Module.

I implemented this fix in the CSS 3 Package, which has the same structure, so example viewable here: https://github.com/y0ssar1an/CSS3/pull/54

Would love to see this implemented in ST3 :slightly_smiling:

Edit, I just noticed that the appropriate place for this is probably: https://github.com/SublimeTextIssues/

Sorry for not posting there initially - but maybe this fix will be useful to other users in the meantime

0 Likes

#2

For default packages, the official bug tracker is https://github.com/sublimehq/Packages/issues.

0 Likes

#3

Thanks! Submitted the pull request a few minutes ago :slightly_smiling:

0 Likes