mirror of
https://github.com/pnx/dotfiles
synced 2026-06-18 20:10:03 +02:00
nvim: color blade tags.
This commit is contained in:
parent
45c86c20fd
commit
7483dd622c
1 changed files with 3 additions and 0 deletions
|
|
@ -155,6 +155,9 @@ local options = {
|
||||||
["@implement_name.php"] = { link = "@text" },
|
["@implement_name.php"] = { link = "@text" },
|
||||||
["@namespace_name.php"] = { link = "@text" },
|
["@namespace_name.php"] = { link = "@text" },
|
||||||
["@namespace_alias.php"] = { link = "@text" },
|
["@namespace_alias.php"] = { link = "@text" },
|
||||||
|
|
||||||
|
-- Blade
|
||||||
|
["@tag.blade"] = { fg = colors.mauve },
|
||||||
}
|
}
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue