Hello sublime text rocks !!! …thanks for this great editor
i can’t find on the web or here in the forum
how i can make this indentation:
<?php
$sublimeText = true;
$textMate = false;
$notePadPlusPlus = false;
$eclipse = false;
<?
And with some combination of keyboard keys, convert to:
<?php
$sublimeText = true;
$textMate = false;
$notePadPlusPlus = false;
$eclipse = false;
<?
Thanks, bye