Reputation: 1314
I want to add some new configuration in Preferences.sublime-setings to make the comment in my java code to italic, what configuration should I add?
Upvotes: 4
Views: 1575
Reputation: 939
<string>Comment</string>
<key>settings</key><dict>
, add: <key>fontStyle</key>
<string>italic</string>
Upvotes: 8