Hi,
in Sublime Text 2 I could change the html comment you get when doing ctrl + 7 (I changed the default ctrl + / to ctrl + 7). I have now upgraded to Sublime Text 3, but I see no option to do this anymore. Could someone explain how I go about changing it to a jsp comment?
To clarify:
When typing ctrl + 7 I want to comment out the code. By default this is a html comment, , and I want to change that to a jsp comment, <%-- … --%>