We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5253cc2 commit 94e6258Copy full SHA for 94e6258
src/Illuminate/Foundation/Concerns/ResolvesDumpSource.php
@@ -13,6 +13,7 @@ trait ResolvesDumpSource
13
*/
14
protected $editorHrefs = [
15
'atom' => 'atom://core/open/file?filename={file}&line={line}',
16
+ 'cursor' => 'cursor://file/{file}:{line}',
17
'emacs' => 'emacs://open?url=file://{file}&line={line}',
18
'idea' => 'idea://open?file={file}&line={line}',
19
'macvim' => 'mvim://open/?url=file://{file}&line={line}',
0 commit comments