koizuss / sublime-gradle

Support for use Gradle on Sublime Text 2
34 stars 14 forks source link

update for Sublime Text 3 #3

Open koizuss opened 10 years ago

davisford commented 10 years ago

+1 is there any other plugin that supports at least Gradle syntax highlighting with ST3?

koizuss commented 10 years ago

@davisford > I don't know that... I use Groovy syntax in order to highlighting when writing Gradle on Sublime Text.

gideon-k commented 10 years ago

did not work for sublime text 3 win 7 64-bit, i also manually used groovy syntax, I prob need to auto-associate .gradle files with st3 this worked http://stackoverflow.com/questions/8088475/how-to-customise-file-type-to-syntax-associations-in-sublime-2

kingofmalkier commented 10 years ago

As far as I can tell, the problem is actually with package control. It apparently flags the sublime-gradle plugin as an ignored package. There are many comments about this issue, but this is the one with the fix.

https://github.com/wbond/sublime_package_control/issues/558#issuecomment-22680296

Personally, I chose the option of downloading the single file manually. I did have to reopen my gradle file to trigger the automatic groovy syntax. Manually selecting groovy probably would have worked as well.