Truong Ha
Truong Ha

Reputation: 10954

Highlight opening and closing tags xhtml in emacs just like notepad++

I really find convenient with the feature of highlighting opening and closing tag in XHTML document in Notepad++. Is there any equivalent feature in Emacs? I am using Emacs 24.3.1

enter image description here

Upvotes: 1

Views: 310

Answers (2)

ajk
ajk

Reputation: 1055

I think you want the editor to show you the closing tag when you cursor over its opening mate and vice versa. One way to get that is to install smartparens and execute M-x show-smartparens-mode.

Upvotes: 1

juanleon
juanleon

Reputation: 9380

Try this package. It does not do exactly what you want (I think, I never used notepad++), but maybe it is good enough for you.

Upvotes: 0

Related Questions