feat: add rust highlight

This commit is contained in:
2025-07-12 21:21:32 +02:00
parent 335c5363eb
commit 928b62468f

View File

@@ -132,3 +132,6 @@ hl(0, '@lsp.typemod.deriveHelper.attribute.rust', { fg = c.vscBlueGreen, bg = 'N
hl(0, 'rustDerive', {})
hl(0, 'preProc', {})
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' })