Answer the question
In order to leave comments, you need to log in
BracketHighlighter plugin tag highlighting not working in Sublime Text 3, where to dig?
The BracketHighlighter plugin is broken in Sublime! =)
for about a month in sublime the BracketHighlighter plugin highlights the opening and closing tags in this way before that everything was fine and highlighted
What I did: I tried to reinstall Sublime (installed both the regular version and the portable version), reinstalled the plugin (s) - it didn’t help! Everywhere and everywhere now so
What to do, where to dig, how to return the frame around the tags?
ps Kettle =)
Answer the question
In order to leave comments, you need to log in
Based on official documentation - Sublime - Preferences - Package Settings - Bracket Settings User - Attached Code - Ctrl + C - Ctrl + V - Ctrl + S - Profit. Helped me.
{
"bracket_styles": {
"curly": {
"icon": "curly_bracket",
"style": "outline"
},
"round": {
"icon": "round_bracket",
"style": "outline"
},
"square": {
"icon": "square_bracket",
"style": "outline"
},
"angle": {
"icon": "angle_bracket",
"style": "outline"
},
"tag": {
"icon": "tag",
"style": "outline",
},
"c_define": {
"icon": "hash",
"style": "outline"
},
"single_quote": {
"icon": "single_quote",
"style": "outline"
},
"double_quote": {
"icon": "double_quote",
"style": "outline"
},
"regex": {
"icon": "regex",
"style": "outline"
}
}
}
"high_visibility_enabled_by_default": true,
, but this is not for everyone.{
"high_visibility_enabled_by_default": true,
"bracket_styles": {
"curly": {
"icon": "curly_bracket",
"style": "outline"
},
"round": {
"icon": "round_bracket",
"style": "outline"
},
"square": {
"icon": "square_bracket",
"style": "outline"
},
"angle": {
"icon": "angle_bracket",
"style": "outline"
},
"tag": {
"icon": "tag",
"style": "outline",
},
"c_define": {
"icon": "hash",
"style": "outline"
},
"single_quote": {
"icon": "single_quote",
"style": "outline"
},
"double_quote": {
"icon": "double_quote",
"style": "outline"
},
"regex": {
"icon": "regex",
"style": "outline"
}
}
}
I will not create a new question, because it also concerns tag highlighting in ST. And the problem is, for some reason, non-closing HTML tags are highlighted in ST. What could be causing this?
This is how, for example, it shows the closing tag:
But not like this:
To better see the screenshots, open the image in a new tab.))
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question