add some basic syntax highlighting for grafana alloy

This commit is contained in:
JesseBot 2025-08-17 08:51:46 +02:00
parent e279caeb4f
commit c6231ab934
No known key found for this signature in database

View file

@ -453,6 +453,11 @@ local plugins = {
vim.g.mkdp_filetypes = { "markdown" }
end,
ft = { "markdown" },
},
-- highing for grafana alloy file
-- https://github.com/grafana/vim-alloy
{
"michaelPotter/vim-alloy"
}
}