Skip to content

Commit 917715a

Browse files
fix: correct rust keyword modifiers highlighting
1 parent 89ebde6 commit 917715a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/pustota.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ M.hl_langs = function()
9292
hl(0, "@lsp.type.decorator.python", {})
9393

9494
-- Rust specific
95-
hl(0, "@keyword.modifier.rust", { fg = colors.gray })
95+
hl(0, "@keyword.modifier.rust", { fg = colors.keywords_and_operators })
9696
hl(0, "@attribute.rust", { fg = colors.gray })
9797
hl(0, "@punctuation.special.rust", { link = "Operator" })
9898
hl(0, "rustModPathSep", { fg = colors.gray } )

0 commit comments

Comments
 (0)