htmlangular.vim 298 B

12345678910111213
  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. " Only use this filetype plugin when no other was loaded.
  6. if exists("b:did_ftplugin")
  7. finish
  8. endif
  9. " source the HTML ftplugin
  10. runtime! ftplugin/html.vim