Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_vim
/
1a97a090451ae6618c8d3e8e3e12b9f4b8f8c3d4
/
.
/
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