Dennis van den Berg | 1ad194c | 2024-07-09 19:25:33 +0200 | [diff] [blame] | 1 | " Vim filetype plugin file |
2 | " Language: Angular HTML Template | ||||
3 | " Maintainer: Dennis van den Berg <dennis@vdberg.dev> | ||||
4 | " Last Change: 2024 Jul 8 | ||||
5 | |||||
6 | " Only use this filetype plugin when no other was loaded. | ||||
7 | if exists("b:did_ftplugin") | ||||
8 | finish | ||||
9 | endif | ||||
10 | |||||
11 | " Use HTML and Angular template ftplugins | ||||
12 | runtime! ftplugin/html.vim |