systemd.vim (184B)
1 " Vim syntax file 2 " Language: systemd.unit(5) 3 4 if !exists('b:current_syntax') 5 " Looks a lot like dosini files. 6 runtime! syntax/dosini.vim 7 let b:current_syntax = 'systemd' 8 endif
neovimNeovim text editor | |
| git clone https://git.dasho.dev/neovim.git | |
| Log | Files | Refs | README |