Skip to content

Commit 79f965c

Browse files
committed
Add some ruby /wo treesitter
1 parent b5c8a15 commit 79f965c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

lua/lush_theme/bluloco.lua

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -836,10 +836,17 @@ local theme = lush(function(injected_functions)
836836
rustFoldBraces { Punctuation },
837837
rustBoxPlacementBalance { Punctuation },
838838
rustSigil { Punctuation },
839-
840839
rustStorage { Statement },
841840

842841

842+
-- ruby
843+
rubyConstant { Constant },
844+
rubyCurlyBlockDelimiter { Punctuation },
845+
rubyInterpolation { Punctuation },
846+
rubyInterpolationDelimiter { Punctuation },
847+
rubyStringDelimiter { String },
848+
rubyKeywordAsMethod { Function },
849+
843850
-- yaml
844851
yamlBlockMappingKey { Property },
845852
yamlKeyValueDelimiter { Punctuation },

0 commit comments

Comments
 (0)