feat(nvim): set waybar config filetype

This commit is contained in:
Price Hiller 2023-06-03 14:55:25 -05:00
parent 0e797ea18f
commit 5bf9b2e5a5
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -9,6 +9,7 @@ M.setup = function()
[".*%.dockerfile"] = "dockerfile",
[".*/Azure%-Pipelines/.*%.yml"] = "azure-pipelines",
[".*/Azure%-Pipelines/.*%.yaml"] = "azure-pipelines",
[".*/waybar/config"] = "jsonc"
},
})