How to change style of matched brackets in Sublime Text 2 / 3?

后端 未结 5 689
执念已碎
执念已碎 2020-12-12 13:24

It\'s just underlining the matched brackets, Is it possible to make it more useful like changing brackets colour or highlighting the line of brackets?

5条回答
  •  庸人自扰
    2020-12-12 13:54

    With BracketHighlighter package, edit your theme (tmTheme), and add:

        
            name
            Tag
            scope
            brackethighlighter.default
            settings
            
                foreground
                #ffff00
            
        
    

提交回复
热议问题