html自动标记对应标签

在编写ionic项目的时候我发现ionic的HTML标签不能对应高亮显示,不知道目前有没有好的组件或者解决方案可以推荐一下。谢谢大家。

smartparens 提供了此种功能

     (use-package smartparens
       :ensure
       :init
       (use-package smartparens-config)
       (use-package smartparens-html))

image

如果用web-mode作为主模式,可以M-x web-mode-toggle-current-element-highlight也能达到相同的效果

谢谢 要的就是这个