突出显示匹配 'quotes' 和 "double quotes"

Highlight matches 'quotes' and "double quotes"

如何突出显示单引号 ('quotes') 和双引号 ("double quotes") 的匹配项?

我阅读了文档,我看到了括号和标签:

"brackets_options":"foreground",
"brackets_foreground":"var(orange)",
"bracket_contents_options":"foreground",
"bracket_contents_foreground":"var(orange)",
"tags_options":"foreground",
"tags_foreground":"var(orange)",

但没有找到任何引号的解决方案。

是否有类似 "quote_options" 或类似的选项,其行为与括号和标签相同?

我知道 BracketHighlighter 但是这个插件太慢了,我通常更喜欢原生选项

我正在与:

没有突出显示引号的选项,但您可以 select 通过使用 Selection |将 selection 扩展到 Scope 或快捷方式 Ctrl + Shift + Space 如果您正在寻找 "see" 之间所有内容的某些功能引号。

当您单击引号之间的某处并使用上述功能时的示例: