summaryrefslogtreecommitdiff
path: root/uvim/runtime/ftplugin/htmlangular.mnv
blob: 8f6c330c993cb1dc5dd02affdf59a2903339db07 (plain)
1
2
3
4
5
6
7
8
9
10
11
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