Add backticks around URLs for style consistency

This commit is contained in:
Andrey Fedorov
2015-09-05 14:24:07 -04:00
parent 2c7be877c6
commit f2a1b69a34

View File

@@ -511,9 +511,9 @@ class Workspace extends Model
# in the current pane. The searchAllPanes flag expands the search from the
# current pane to all panes. If you wish to open a view of a different type for
# a file that is already open, consider changing the protocol of the URI. For
# example, perhaps you wish to preview a rendered version of the file /foo/bar/baz.quux
# example, perhaps you wish to preview a rendered version of the file `/foo/bar/baz.quux`
# that is already open in a text editor view. You could signal this by calling
# {Workspace::open} on the URI quux-preview://foo/bar/baz.quux. Then your opener
# {Workspace::open} on the URI `quux-preview://foo/bar/baz.quux`. Then your opener
# can check the protocol for quux-preview and only handle those URIs that match.
addOpener: (opener) ->
if includeDeprecatedAPIs