Skip to content

Instantly share code, notes, and snippets.

@ddeyoung
Last active July 21, 2017 16:27
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ddeyoung/5502723 to your computer and use it in GitHub Desktop.
Save ddeyoung/5502723 to your computer and use it in GitHub Desktop.
Enable comment toggling in Sublime Text 2 for Groovy on OS X
Copy the Java comment config file to the Groovy directory
cp ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/Java/Comments.tmPreferences ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/Groovy/
Edit ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/Groovy/Comments.tmPreferences
Change line 8
<string>source.java</string>
to
<string>source.groovy</string>
@tobia
Copy link

tobia commented Sep 17, 2014

Awesome thanks!
It's a shame this bug persists to this day

@monitorjbl
Copy link

It's a shame it still persists to this day!

@tabeyti
Copy link

tabeyti commented Mar 8, 2016

It's a shame it still persists to THIS day!

@cawkLUVA
Copy link

cawkLUVA commented Mar 2, 2017

It's a shame it still persists to THIS day!

@simoarpe
Copy link

It's a shame it still persists to THIS day!

@jpfischbein
Copy link

It's a shame it still persists to this day!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment