Skip to content

Commit

Permalink
remove @attribute
Browse files Browse the repository at this point in the history
Was a new query.
  • Loading branch information
pynappo authored Jan 21, 2024
1 parent 3bd998e commit 070d621
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/ayu/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
Expand Down

0 comments on commit 070d621

Please sign in to comment.