We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5c8a15 commit 79f965cCopy full SHA for 79f965c
lua/lush_theme/bluloco.lua
@@ -836,10 +836,17 @@ local theme = lush(function(injected_functions)
836
rustFoldBraces { Punctuation },
837
rustBoxPlacementBalance { Punctuation },
838
rustSigil { Punctuation },
839
-
840
rustStorage { Statement },
841
842
+ -- ruby
843
+ rubyConstant { Constant },
844
+ rubyCurlyBlockDelimiter { Punctuation },
845
+ rubyInterpolation { Punctuation },
846
+ rubyInterpolationDelimiter { Punctuation },
847
+ rubyStringDelimiter { String },
848
+ rubyKeywordAsMethod { Function },
849
+
850
-- yaml
851
yamlBlockMappingKey { Property },
852
yamlKeyValueDelimiter { Punctuation },
0 commit comments