From 1ffc732b8067696bb742ae9b46038671c743d9a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=B0=D1=88=D0=B0=20=D0=A7=D0=B5=D1=80=D0=BD=D1=8B?= =?UTF-8?q?=D1=85?= Date: Tue, 9 May 2017 13:59:12 +0300 Subject: [PATCH] [Question] Open preprocessors files --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 20fce94..e0bdb63 100644 --- a/readme.md +++ b/readme.md @@ -1,7 +1,7 @@ # Description This plugin will try to open Sublime Text file paths found on caret positions or partial selections when pressing ALT+D. -It has support for custom prefixes and subfixes. Usefull when doing require style JavaScript modules when no extension specified. +It has support for custom prefixes and subfixes. Useful when doing require style JavaScript modules when no extension specified. Strings starting with HTTP will open with default browser (if binary, ie ends with png), if not, we will read the file with urllib and open the result in a new view/tab. By setting the `"open_http_in_browser"` setting in your user preferences to `true`, we will always open the default browser.