jskinner / DefaultPackages

Old bug tracker for Sublime Text's "Default Packages", e.g. bad syntax highlighting
http://web.archive.org/web/20150524043750/https://www.sublimetext.com/forum/viewtopic.php?f=2&t=12095
26 stars 2 forks source link

ST3 - CSS Comments Initiated With `Ctrl+/` Lack the Standard Whitespace #179

Closed lunacodes closed 8 years ago

lunacodes commented 8 years ago

When you press Ctrl+/, the comments come out like /*Comment Here*/ instead of /* Comment Here */ as would be the expected standard.

Fix: in the CSS Module -> Comments.tmPreferences edit as follows

17: Change <string>/*</string> to <string>/* </string> 23: Change <string>*/</string> to <string> */</string>

I'd be happy to submit a Pull Request for this if that's allowed

FichteFoll commented 8 years ago

Pull requests should go here: https://github.com/sublimehq/Packages

lunacodes commented 8 years ago

Great, Thanks!

I will submit one later tonight.

wbond commented 8 years ago

For historical record: GitHub incorrectly closed this. A PR was accepted that at one point had changed the whitespace, but we reverted the change after discussion.

Either way, it is fine that this is closed, as discussed at https://github.com/sublimehq/Packages/pull/228.