aboutsummaryrefslogtreecommitdiff
path: root/runtime/ftplugin/htmlangular.vim
blob: b181b203d0a187dc6b1c6950e721134a633f6601 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
" Vim filetype plugin file
" Language: Angular HTML Template
" Maintainer: Dennis van den Berg <dennis@vdberg.dev>
" Last Change: 2024 Jul 8

" Only use this filetype plugin when no other was loaded.
if exists("b:did_ftplugin")
  finish
endif

" Use HTML and Angular template ftplugins
runtime! ftplugin/html.vim