Can Vim highlight matching HTML tags like Notepad++?

前端 未结 3 1112
面向向阳花
面向向阳花 2020-12-22 15:15

Vim has support for matching pairs of curly brackets, parentheses, and square brackets. This is great for editing C-style languages like PHP and JavaScript. But what about m

3条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-12-22 15:43

    I had to work with some HTML today so thought I would tackle this. Added a ftplugin to vim.org that should solve your problem.

    You can get it here on vim.org.

    You can get it here on github.

    Hope it works for you. Let me know if you have any problems.

提交回复
热议问题