From 7483dd622c86bcf48822c6aeaf59d0bd8d1fe5a2 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Tue, 1 Oct 2024 14:20:19 +0200 Subject: [PATCH] nvim: color blade tags. --- nvim/lua/user/plugins/core/colorscheme.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nvim/lua/user/plugins/core/colorscheme.lua b/nvim/lua/user/plugins/core/colorscheme.lua index 0fc3804..877ff74 100644 --- a/nvim/lua/user/plugins/core/colorscheme.lua +++ b/nvim/lua/user/plugins/core/colorscheme.lua @@ -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, },