-
So I noticed that you can select a word, then type any of the brackets, and Zed will surround the selected word with those brackets. I looked through the setting file to see if there was a way to make Zed do this for other characters, such as: single-quote, double-quote, angle-bracket, single/double underscore, single/double asterisk, backtick. Some of these could be useful when working with Markdown. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
This behaviour is controlled on language-by-language basis. Current list of characters for Markdown is available in https://github.com/zed-industries/zed/blob/main/crates/languages/src/markdown/config.toml#L6 ; there's no user controlled way to change that list (other than recompiling Zed yourself with that list changed). |
Beta Was this translation helpful? Give feedback.
This behaviour is controlled on language-by-language basis. Current list of characters for Markdown is available in https://github.com/zed-industries/zed/blob/main/crates/languages/src/markdown/config.toml#L6 ; there's no user controlled way to change that list (other than recompiling Zed yourself with that list changed).