feat(nvim): set waybar config filetype
This commit is contained in:
parent
0e797ea18f
commit
5bf9b2e5a5
@ -9,6 +9,7 @@ M.setup = function()
|
|||||||
[".*%.dockerfile"] = "dockerfile",
|
[".*%.dockerfile"] = "dockerfile",
|
||||||
[".*/Azure%-Pipelines/.*%.yml"] = "azure-pipelines",
|
[".*/Azure%-Pipelines/.*%.yml"] = "azure-pipelines",
|
||||||
[".*/Azure%-Pipelines/.*%.yaml"] = "azure-pipelines",
|
[".*/Azure%-Pipelines/.*%.yaml"] = "azure-pipelines",
|
||||||
|
[".*/waybar/config"] = "jsonc"
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user