Dashboard
PHP:
8.2.33
OS:
Linux
User:
dgale
/
/
usr
/
share
/
vim
/
vim82
/
syntax
📤 Upload
📝 New File
📁 New Folder
Close
Editing: systemd.vim
" 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
Save
Cancel