change @tag.attribute to iris

This commit is contained in:
mvllow 2023-01-25 12:10:47 -05:00
commit a09f9da142
No known key found for this signature in database

View file

@ -227,7 +227,7 @@ function M._load(options)
h('@string.special', { link = '@string' })
h('@symbol', { link = 'Identifier' })
h('@tag', { fg = p.foam })
h('@tag.attribute', { link = '@property' })
h('@tag.attribute', { fg = p.iris })
h('@tag.delimiter', { fg = p.subtle })
h('@text', { fg = p.text })
h('@text.strong', { bold = true })