Skip to content

Instantly share code, notes, and snippets.

@ddeyoung
Last active July 21, 2017 16:27
Show Gist options
  • 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>
@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