Skip to content

Commit

Permalink
feat: adds zed support
Browse files Browse the repository at this point in the history
  • Loading branch information
pateketrueke authored Dec 22, 2024
1 parent 45c663b commit 5f139d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export function getEditorInfo(files, options = {}) {
for (const file of files) {
const parsed = parseLineColumnPath(file);

if (['sublime', 'atom', 'vscode', 'vscodium'].includes(editor.id)) {
if (['sublime', 'atom', 'zed', 'vscode', 'vscodium'].includes(editor.id)) {
editorArguments.push(stringifyLineColumnPath(parsed));

if (options.wait) {
Expand Down

0 comments on commit 5f139d8

Please sign in to comment.