Skip to content

manateelazycat/highlight-matching-tag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

What is highlight-matching-tag?

HTML template is complicated, sometimes it is very difficult to find matching tag. This plugin will highlight matching tag instantaneously.

Installation

Clone or download this repository (path of the folder is the <path-to-highlight-matching-tag> used below).

In your ~/.emacs, add the following two lines:

(add-to-list 'load-path "<path-to-highlight-matching-tag>") ; add highlight-matching-tag to your load-path
(require 'highlight-matching-tag)
(highlight-matching-tag 1)

Note, this plugin depend on web-mode, you need make sure install web-mode first.

About

This plugin will highlight matching tag instantaneously.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published