2

I'm looking for a jedit plugin that match (highlight or other) the open and the close of a html tag (div, table,...), like notepadd++ (view attached image, in green). Is there something that do this? Thanks a lot in advance for suggestion!

Example:

Djib2011
  • 6,874
  • 5
  • 36
  • 41
luna80
  • 173
  • 2
  • 12
  • Questions asking for a plugin, library or any other off site resource are considered off topic for SO. – LLJ97 Sep 05 '19 at 08:22

2 Answers2

0

The XML plugin does that amongst other things.

Vampire
  • 35,631
  • 4
  • 76
  • 102
  • Thanks, but I installed xml plugin but doesn't seems to do what I need. I looked after in the settings too but without solution. – luna80 Sep 06 '19 at 08:33
  • Sorry, it works but only if the file extension is .html. With .php extension doesn't works. – luna80 Sep 06 '19 at 08:39
  • I seems if you also install the PHPParser plugin but choose the html parser in Sidekick, then the matching tag highlighting of the XML plugin works also for the HTML in PHP files. – Vampire Sep 06 '19 at 09:44
0

I solved, in the "Buffer options" it must be set the "Edit mode" on "html". Thanks

luna80
  • 173
  • 2
  • 12
  • Of course that also works, but you loose the proper highlighting for the PHP code. The way I told you, you get the highlighting and still have the proper PHP highlighting. ;-) – Vampire Sep 16 '19 at 00:06
  • yes, I already have phpparser plugin. thanks a lot for the reply. now seems to works all – luna80 Sep 17 '19 at 05:47