mirror of
https://github.com/neovim/neovim.git
synced 2026-05-06 16:29:57 -04:00
43fe335eda
Update runtime files. https://github.com/vim/vim/commit/60cce2fb736c8ff6fdb9603f502d3c15f1f7a25d
9 lines
184 B
VimL
9 lines
184 B
VimL
" 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
|