From 5f139d885b26909c176d1ef107089cd17b2ef889 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alvaro=20Cabrera=20Dur=C3=A1n?= Date: Sat, 21 Dec 2024 22:46:57 -0600 Subject: [PATCH 1/2] feat: adds zed support --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index fd3d034..971d98f 100644 --- a/index.js +++ b/index.js @@ -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) { From 4f8c12353e6ed23560b715b022c567b9cacadaa6 Mon Sep 17 00:00:00 2001 From: Alvaro Cabrera Date: Sun, 22 Dec 2024 10:21:55 -0600 Subject: [PATCH 2/2] docs: adds Zed to the readme --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 7f87435..d50aabf 100644 --- a/readme.md +++ b/readme.md @@ -6,6 +6,7 @@ Supports any editor, but only the following editors will open at a specific line - Sublime Text - Atom +- Zed - Visual Studio Code - VSCodium - WebStorm*