diff options
Diffstat (limited to 'runtime/lua/vim')
-rw-r--r-- | runtime/lua/vim/filetype.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/lua/vim/filetype.lua b/runtime/lua/vim/filetype.lua index 30dde915ed..a35a1a32b3 100644 --- a/runtime/lua/vim/filetype.lua +++ b/runtime/lua/vim/filetype.lua @@ -2263,6 +2263,8 @@ local pattern = { ['^named.*%.conf$'] = 'named', ['^rndc.*%.conf$'] = 'named', ['/openvpn/.*/.*%.conf$'] = 'openvpn', + ['/pipewire/.*%.conf$'] = 'spajson', + ['/wireplumber/.*%.conf$'] = 'spajson', ['/%.ssh/.*%.conf$'] = 'sshconfig', ['^%.?tmux.*%.conf$'] = 'tmux', ['^%.?tmux.*%.conf'] = { 'tmux', { priority = -1 } }, |