B
B
Blyyya2015-02-28 12:16:25
Sublime Text
Blyyya, 2015-02-28 12:16:25

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 b41862dc925c47dd9d255972e621ec97.pngbefore that everything was fine and highlighted 3fddc340ee904721bfcad3d90f661fc2.png
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 b41862dc925c47dd9d255972e621ec97.png
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

3 answer(s)
M
Mikhail Alexandrovich, 2015-10-21
@MihailStar

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"
        }
    }
}

You can also add to the beginning "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"
        }
    }
}

ab18bbc6167d40b0990d81bcc629c6d4.jpg

I
Igor Nikolaev, 2015-02-28
@nightvich

Change the topic or edit it.

D
Dwarf Scavenger, 2017-01-08
@JusTsar

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 question

Ask a Question

731 491 924 answers to any question