summaryrefslogtreecommitdiffstats
path: root/runtime/syntax/systemd.vim
blob: 5dfba74408cabf6de0f0e16a19b3cc7e8639a42c (plain)
1
2
3
4
5
6
7
8
" Vim syntax file
" Language:  systemd.unit(5)

if !exists('b:current_syntax')
  " Looks a lot like dosini files.
  runtime! syntax/dosini.vim
  let b:current_syntax = 'systemd'
endif