Last active
July 21, 2017 16:27
-
-
Save ddeyoung/5502723 to your computer and use it in GitHub Desktop.
Enable comment toggling in Sublime Text 2 for Groovy on OS X
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
It's a shame it still persists to this day!
It's a shame it still persists to THIS day!
It's a shame it still persists to THIS day!
It's a shame it still persists to THIS day!
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
Awesome thanks!
It's a shame this bug persists to this day