1
0
Fork 0
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:
Henrik Hautakoski 2024-10-11 14:13:11 +02:00
parent 42f76bd536
commit 6c8246302f

View file

@ -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 },