Opens a new tab in the default browser at this plugin's repo
()
| 7 | |
| 8 | |
| 9 | def file_bug(): |
| 10 | """Opens a new tab in the default browser at this plugin's repo""" |
| 11 | url = "https://github.com/victorporof/Sublime-HTMLPrettify/issues/new" |
| 12 | open_new_tab(url) |
| 13 | |
| 14 | |
| 15 | def view_readme(): |
no outgoing calls
no test coverage detected