Files
neovim/runtime/ftplugin/htmlangular.vim
zeertzjq 65e7aa9255 vim-patch:partial:2f689d5: runtime: mark more invalid email addresses
2f689d5abd

Skip colors/ and syntax/help_ru.vim: missing previous changes.

Co-authored-by: Christian Brabandt <cb@256bit.org>
2026-01-01 08:17:57 +08:00

13 lines
308 B
VimL

" Vim filetype plugin file
" Language: Angular HTML Template
" Maintainer: Dennis van den Berg <dennis@vdberg.dev> (invalid)
" 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.vim