Hello.
I modified my color scheme where i put settings like this:
“globals”:
{
“brackets_options”:“foreground”,
“brackets_foreground”:“var(orange)”,
“bracket_contents_options”:“foreground”,
“bracket_contents_foreground”:“var(orange)”,
“tags_options”:“foreground”,
“tags_foreground”:“var(orange)”,
},
Its works great - brackets are highlighted if they are matched of course
Now i want to do the same with single and double quotes. It is possible? In ST docs i can’t see any option like “quote_options”
BracketHighlighter sounds like a solution but i would like prefer native solution if it is possible, like in above example