Mercurial > vim
view runtime/syntax/systemd.vim @ 21456:a2bf60c69fb9
Added tag v8.2.1278 for changeset 8cc1555f2445c4c92db913c6de4c93f7d25a2ae6
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 23 Jul 2020 15:45:07 +0200 |
parents | 30042ddff503 |
children |
line wrap: on
line source
" 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