Merge remote-tracking branch 'lenormf/syntax-systemd'
This commit is contained in:
commit
2e138c835a
|
@ -6,4 +6,9 @@
|
||||||
|
|
||||||
hook global BufCreate .*/systemd/.+\.(automount|conf|link|mount|network|path|service|slice|socket|target|timer) %{
|
hook global BufCreate .*/systemd/.+\.(automount|conf|link|mount|network|path|service|slice|socket|target|timer) %{
|
||||||
set-option buffer filetype ini
|
set-option buffer filetype ini
|
||||||
|
|
||||||
|
# NOTE: INI files define the commenting character to be `;`, which won't work in `systemd` files
|
||||||
|
hook -once buffer BufSetOption comment_line=.+ %{
|
||||||
|
set-option buffer comment_line "#"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user