Sublime Forum

Help with Sublime Text 3 Toggle Comments for Actionscript

#1

Hi,

I’ve seen and applied the solution for getting commenting to work with Sublime Text 2, the only change I made for ST2 was I added actionscript to the current .js and .json. I found this answer in a couple posts, but this solution doesn’t work for Subime Text 3, any solutions for toggling ActionScript with Sublime Text 3?

// Application Support/Sublime Text 2/Packages/JavaScript/Comments.tmPreferences
<key>scope</key>
<string>source.js, source.json, source.actionscript.2</string>


Thanks!

0 Likes