diff options
Diffstat (limited to 'mnv/runtime/ftplugin/htmlangular.mnv')
| -rw-r--r-- | mnv/runtime/ftplugin/htmlangular.mnv | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mnv/runtime/ftplugin/htmlangular.mnv b/mnv/runtime/ftplugin/htmlangular.mnv new file mode 100644 index 0000000000..8f6c330c99 --- /dev/null +++ b/mnv/runtime/ftplugin/htmlangular.mnv @@ -0,0 +1,12 @@ +" MNV filetype plugin file +" Language: Angular HTML Template +" Maintainer: Dennis van den Berg <dennis@vdberg.dev> +" Last Change: 2024 Jul 9 + +" Only use this filetype plugin when no other was loaded. +if exists("b:did_ftplugin") + finish +endif + +" source the HTML ftplugin +runtime! ftplugin/html.mnv |
