mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
add some basic syntax highlighting for grafana alloy
This commit is contained in:
parent
e279caeb4f
commit
c6231ab934
1 changed files with 5 additions and 0 deletions
|
@ -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"
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue