mirror of
https://github.com/vim/vim.git
synced 2026-08-12 18:59:37 +02:00
Update runtime files.
This commit is contained in:
@@ -0,0 +1,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
|
||||
Reference in New Issue
Block a user