Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_vim
/
470317f78b110b4559cecb26039b5f93447c1bf0
/
.
/
runtime
/
syntax
/
systemd.vim
blob: 5dfba74408cabf6de0f0e16a19b3cc7e8639a42c [
file
] [
log
] [
blame
]
" 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