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 79f965c commit f79807cCopy full SHA for f79807c
lua/lush_theme/bluloco.lua
@@ -838,7 +838,6 @@ local theme = lush(function(injected_functions)
838
rustSigil { Punctuation },
839
rustStorage { Statement },
840
841
-
842
-- ruby
843
rubyConstant { Constant },
844
rubyCurlyBlockDelimiter { Punctuation },
@@ -847,6 +846,12 @@ local theme = lush(function(injected_functions)
847
846
rubyStringDelimiter { String },
848
rubyKeywordAsMethod { Function },
849
+ -- python
850
+ pythonDecorator { sym "@annotation" },
851
+ pythonDecoratorName { sym "@annotation" },
852
+ pythonAttribute { Property },
853
+ pythonBuiltin { sym "@type.builtin" },
854
+
855
-- yaml
856
yamlBlockMappingKey { Property },
857
yamlKeyValueDelimiter { Punctuation },
0 commit comments