Sublime Forum

Bracket highlighing

#1

Hey,

Is there a way to get matching bracket/matching tag highlighting in sublime?

eg in HTML when you highlight a closing div tag it also highlights the corresponding opening div? Or highlighting a close bracket would highlight the matching open bracket…

cheers

0 Likes

#2

Currently they get underlined :smile:

0 Likes

#3

I believe only the brackets get highlighted right now. If you’re into writing plugins you could write a matching-tag-highlighting plugin.

0 Likes

#4

So there’s no tag highlighting plugin already existing for textmate or something like that either? I’m not a textmate user so I don’t know where to look but surely something exists already?

0 Likes

#5

SublimeTagmatcher:

0 Likes