xref: /vim-8.2.3635/runtime/indent/systemd.vim (revision 60cce2fb)
1" Vim indent file
2" Language:  systemd.unit(5)
3
4" Only load this indent file when no other was loaded.
5if exists("b:did_indent")
6  finish
7endif
8
9" Looks a lot like dosini files.
10runtime! indent/dosini.vim
11