htmlangular.vim (298B)
1 " Vim filetype plugin file 2 " Language: Angular HTML Template 3 " Maintainer: Dennis van den Berg <dennis@vdberg.dev> 4 " Last Change: 2024 Jul 9 5 6 " Only use this filetype plugin when no other was loaded. 7 if exists("b:did_ftplugin") 8 finish 9 endif 10 11 " source the HTML ftplugin 12 runtime! ftplugin/html.vim