Skip to content

Commit

Permalink
Add support for cursor editor in ResolvesDumpSource (#54318)
Browse files Browse the repository at this point in the history
Add support for cursor editor
  • Loading branch information
tuxfamily authored Jan 23, 2025
1 parent 5253cc2 commit 94e6258
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Illuminate/Foundation/Concerns/ResolvesDumpSource.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ trait ResolvesDumpSource
*/
protected $editorHrefs = [
'atom' => 'atom://core/open/file?filename={file}&line={line}',
'cursor' => 'cursor://file/{file}:{line}',
'emacs' => 'emacs://open?url=file://{file}&line={line}',
'idea' => 'idea://open?file={file}&line={line}',
'macvim' => 'mvim://open/?url=file://{file}&line={line}',
Expand Down

0 comments on commit 94e6258

Please sign in to comment.