1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 19:30:01 +02:00

nvim: color blade tags.

This commit is contained in:
Henrik Hautakoski 2024-10-01 14:20:19 +02:00
parent 45c86c20fd
commit 7483dd622c

View file

@ -155,6 +155,9 @@ local options = {
["@implement_name.php"] = { link = "@text" },
["@namespace_name.php"] = { link = "@text" },
["@namespace_alias.php"] = { link = "@text" },
-- Blade
["@tag.blade"] = { fg = colors.mauve },
}
end,
},