highlights: add rust attributes

This commit is contained in:
2026-01-27 12:56:39 +01:00
parent ee7bb51c73
commit 6ea691857b

View File

@@ -135,3 +135,4 @@ hl(0, '@lsp.typemod.procMacro.library.rust', { link = 'Macro' })
hl(0, '@lsp.typemod.typeAlias.associated', { link = '@constant' })
hl(0, '@lsp.type.selfTypeKeyword', { link = '@type' })
hl(0, '@lsp.type.typeAlias', { link = '@type' })
hl(0, '@lsp.mod.attribute.rust', { link = '@type' })