瀏覽代碼

Merge pull request #11388 from DeeJayLSP/zed

Mention Zed in external editor exec flags
Max Hilbrunner 1 周之前
父節點
當前提交
cfa201de76
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tutorials/editor/external_editor.rst

+ 1 - 1
tutorials/editor/external_editor.rst

@@ -54,7 +54,7 @@ Some example **Exec Flags** for various editors include:
 +---------------------+-----------------------------------------------------+
 +---------------------+-----------------------------------------------------+
 | Emacs               | ``emacs +{line}:{col} {file}``                      |
 | Emacs               | ``emacs +{line}:{col} {file}``                      |
 +---------------------+-----------------------------------------------------+
 +---------------------+-----------------------------------------------------+
-| Sublime Text        | ``{project} {file}:{line}:{col}``                   |
+| Sublime Text/Zed    | ``{project} {file}:{line}:{col}``                   |
 +---------------------+-----------------------------------------------------+
 +---------------------+-----------------------------------------------------+
 | Visual Studio*      | ``/edit "file"``                                    |
 | Visual Studio*      | ``/edit "file"``                                    |
 +---------------------+-----------------------------------------------------+
 +---------------------+-----------------------------------------------------+