mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 19:30:01 +02:00
nvim: colorscheme: override php builtin function
This commit is contained in:
parent
42f76bd536
commit
6c8246302f
1 changed files with 1 additions and 0 deletions
|
|
@ -156,6 +156,7 @@ local options = {
|
|||
["@implement_name.php"] = { link = "@text" },
|
||||
["@namespace_name.php"] = { link = "@text" },
|
||||
["@namespace_alias.php"] = { link = "@text" },
|
||||
["@function.builtin.php"] = { fg = colors.blue },
|
||||
|
||||
-- Blade
|
||||
["@tag.blade"] = { fg = colors.mauve },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue