A plugin for sublime text which removes the characters ":" and ":" from selected text.
To add that plugin in sublime, insert in new plugin text from remove_colon_and_semilicon_command.py.
Add a keybinding like that: { "keys": ["ctrl+alt+s"], "command": "remove_colon_and_semilicon" }
Select the text and press "ctrl+alt+s".