From 070d6214f60e7872d0b2e70eb7de7aaf207e3903 Mon Sep 17 00:00:00 2001 From: pynappo <43484729+pynappo@users.noreply.github.com> Date: Sun, 21 Jan 2024 10:52:55 -0800 Subject: [PATCH] remove `@attribute` Was a new query. --- lua/ayu/init.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/ayu/init.lua b/lua/ayu/init.lua index b927f10..b5b2dab 100644 --- a/lua/ayu/init.lua +++ b/lua/ayu/init.lua @@ -116,7 +116,6 @@ local function set_groups() -- TreeSitter. ['@property'] = { fg = colors.tag }, - ['@attribute'] = { fg = colors.special }, ['@tag'] = { fg = colors.keyword }, ['@tag.attribute'] = { fg = colors.entity }, ['@tag.delimiter'] = { link = 'Delimiter' },