use our own fork of the grafana alloy syntax highlighting

This commit is contained in:
JesseBot 2025-08-17 14:08:45 +02:00
parent fd149b4fcf
commit dc347a4f64
No known key found for this signature in database

View file

@ -454,10 +454,10 @@ local plugins = {
end,
ft = { "markdown" },
},
-- highing for grafana alloy file
-- https://github.com/grafana/vim-alloy
-- highlighting for grafana alloy files
-- fork of: https://github.com/grafana/vim-alloy
{
"michaelPotter/vim-alloy"
"jessebot/vim-alloy"
}
}