Files
org-vim/runtime/ftplugin/htmlangular.vim
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
298 B
VimL
Raw Normal View History

" Vim filetype plugin file
" Language: Angular HTML Template
" Maintainer: Dennis van den Berg <dennis@vdberg.dev>
2024-07-10 19:33:33 +02:00
" Last Change: 2024 Jul 9
" Only use this filetype plugin when no other was loaded.
if exists("b:did_ftplugin")
finish
endif
2024-07-10 19:33:33 +02:00
" source the HTML ftplugin
runtime! ftplugin/html.vim