Skip to content

Instantly share code, notes, and snippets.

@vital101
Created October 19, 2012 15:08
Show Gist options
  • Save vital101/3918729 to your computer and use it in GitHub Desktop.
Save vital101/3918729 to your computer and use it in GitHub Desktop.
Sublime Text 2 Plugin: Hello World
import sublime_plugin
class CheckUrlsCommand(sublime_plugin.TextCommand):
def run(self, edit):
print "Hello World!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment