diff --git a/README.md b/README.md index bcc3411..064fd54 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ Here are the settings with their default values: - `aliases`: `{}` - `search_paths`: `["src"]` - `file_prefixes`: `[]` -- `file_suffixes`: `[".js"]` +- `file_suffixes`: `[]` The `aliases` dict is the first transform applied to the selected URL / path. It replaces each **key** in URL with the corresponding **value**. diff --git a/open_url.sublime-settings b/open_url.sublime-settings index 6572633..ec981ea 100644 --- a/open_url.sublime-settings +++ b/open_url.sublime-settings @@ -36,7 +36,7 @@ "file_prefixes": [], - "file_suffixes": [".js"], + "file_suffixes": [], //in some cases ".js" can add seconds of delay to opening an URL with incomplete cutoffs like //example.com // pass file that matches regex "pattern" to shell commands "file_custom_commands": [