From 9cb4961161cf239e172c8955cadd47743bc4a789 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julio=20Garc=C3=ADa?= Date: Fri, 15 Aug 2025 01:57:52 +0200 Subject: [PATCH] feat: support htmlangular filetype (#407) --- after/ftplugin/htmlangular_matchup.vim | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 after/ftplugin/htmlangular_matchup.vim diff --git a/after/ftplugin/htmlangular_matchup.vim b/after/ftplugin/htmlangular_matchup.vim new file mode 100644 index 0000000..ca47401 --- /dev/null +++ b/after/ftplugin/htmlangular_matchup.vim @@ -0,0 +1,10 @@ +" vim match-up - even better matching +" +" Maintainer: Andy Massimino +" Email: a@normed.space +" + +runtime after/ftplugin/html_matchup.vim + +" vim: fdm=marker sw=2 +