Skip to content

Commit b5c8a15

Browse files
committed
Some rust /wo treesitter
1 parent b25aec8 commit b5c8a15

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

lua/lush_theme/bluloco.lua

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -831,6 +831,14 @@ local theme = lush(function(injected_functions)
831831
cssUrl { String, gui = "underline" },
832832
cssUnitDecorators { Constant },
833833

834+
-- rust
835+
rustModPathSep { Punctuation },
836+
rustFoldBraces { Punctuation },
837+
rustBoxPlacementBalance { Punctuation },
838+
rustSigil { Punctuation },
839+
840+
rustStorage { Statement },
841+
834842

835843
-- yaml
836844
yamlBlockMappingKey { Property },

0 commit comments

Comments
 (0)