mukhortov / HESH-WordPress-Plugin

WordPress plugin that adds syntax highlighting to the Post/Page HTML editor
61 stars 17 forks source link

Matching brackes are not highlighted as well. #89

Open ghost opened 4 years ago

ghost commented 4 years ago

If I type an open bracket [, the closing bracket will be inserted as well. (Thank you for that!)

But in that moment, the inserted closing bracket is not marked as matched to the open bracket. The next closing bracket it highlighted, but that is far away and after the next open bracket.