Skip to content

Commit

Permalink
adds zed support
Browse files Browse the repository at this point in the history
  • Loading branch information
Otterpocket committed Apr 17, 2024
1 parent fde3b70 commit fd02d62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/better_errors/editor.rb
Expand Up @@ -12,6 +12,7 @@ class Editor
{ symbols: [:textmate, :txmt, :tm], sniff: /mate/i, url: "txmt://open?url=file://%{file}&line=%{line}" },
{ symbols: [:vscode, :code], sniff: /code/i, url: "vscode://file/%{file}:%{line}" },
{ symbols: [:vscodium, :codium], sniff: /codium/i, url: "vscodium://file/%{file}:%{line}" },
{ synbols: [:zed], sniff: /zed/i, url: 'zed://file/%{file}:%{line}' }
]

def self.for_formatting_string(formatting_string)
Expand Down

0 comments on commit fd02d62

Please sign in to comment.