diff --git a/nvim/lua/user/plugins/core/colorscheme.lua b/nvim/lua/user/plugins/core/colorscheme.lua index f0be50d..d6a85d0 100644 --- a/nvim/lua/user/plugins/core/colorscheme.lua +++ b/nvim/lua/user/plugins/core/colorscheme.lua @@ -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 },