【发布时间】:2018-12-20 10:22:24
【问题描述】:
如何突出显示单引号 ('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,但是这个插件太慢了,我通常更喜欢原生选项
我正在与:
- PHP、HTML、JS
- 默认 Mariana 配色方案
- 默认主题
- Sublime Text 版本:3
【问题讨论】:
标签: sublimetext3 sublimetext syntax-highlighting double-quotes single-quotes