diff options
author | Max Christian Pohle | 2020-01-20 11:56:31 +0100 |
---|---|---|
committer | Max Christian Pohle | 2020-01-20 11:56:31 +0100 |
commit | 7ebf9126bcbe10769b2275056fede56736890b59 (patch) | |
tree | fffc4b9fc6e99d955755526f345f02c8843c00b5 /ftdetect/univention-template.vim | |
parent | 5ffd36adcb5e2aa352609a3d4e005b3e99173442 (diff) | |
download | vim-7ebf9126bcbe10769b2275056fede56736890b59.tar.bz2 vim-7ebf9126bcbe10769b2275056fede56736890b59.zip |
Syntax files ready and tested
Diffstat (limited to 'ftdetect/univention-template.vim')
-rw-r--r-- | ftdetect/univention-template.vim | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ftdetect/univention-template.vim b/ftdetect/univention-template.vim new file mode 100644 index 0000000..add6348 --- /dev/null +++ b/ftdetect/univention-template.vim | |||
@@ -0,0 +1,11 @@ | |||
1 | au BufRead,BufNewFile */base/univention* set ft=univention-template | ||
2 | au BufRead,BufNewFile */services/univention* set ft=univention-template | ||
3 | au BufRead,BufNewFile */container/univention* set ft=univention-template | ||
4 | au BufRead,BufNewFile */virtualization/univention* set ft=univention-template | ||
5 | au BufRead,BufNewFile */management/univention* set ft=univention-template | ||
6 | au BufRead,BufNewFile */packaging/univention* set ft=univention-template | ||
7 | au BufRead,BufNewFile */mail/univention* set ft=univention-template | ||
8 | au BufRead,BufNewFile */saml/univention* set ft=univention-template | ||
9 | au BufRead,BufNewFile */nagios/univention* set ft=univention-template | ||
10 | au BufRead,BufNewFile /etc/univention/* set ft=univention-template | ||
11 | |||