When I type else and hit Tab, Sublime inserts printer_draw_elipse(printer_handle, ul_x, ul_y, lr_x, lr_y). How do I avoid this, and make it only insert the Tab character?
I noticed the file with the path ~/.config/sublime-text-2/Packages/PHP/php-else.sublime-snippet, but removing that had no effect.