Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**.

Expand Down
2 changes: 1 addition & 1 deletion open_url.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down