Extend systemd file syntax highlighting to pickup systemctl edit temp files

This commit is contained in:
Edward Litherland-Smith 2022-02-02 11:41:15 +00:00
parent 2eee144117
commit c75c90acc6

1
vimrc
View file

@ -57,6 +57,7 @@ au BufRead,BufNewFile *.ipynb setlocal filetype=json
au BufRead,BufNewFile *.md setlocal spell
au BufRead,BufNewFile *.code-workspace setlocal filetype=json
au BufRead,BufNewFile *.csv setlocal nowrap
au BufRead,BufNewFile *.service[a-zA-Z0-9]* setlocal filetype=systemd
syntax on
if &diff