Skip to content

Commit f79807c

Browse files
committed
Add some python /wo treesitter
1 parent 79f965c commit f79807c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

lua/lush_theme/bluloco.lua

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -838,7 +838,6 @@ local theme = lush(function(injected_functions)
838838
rustSigil { Punctuation },
839839
rustStorage { Statement },
840840

841-
842841
-- ruby
843842
rubyConstant { Constant },
844843
rubyCurlyBlockDelimiter { Punctuation },
@@ -847,6 +846,12 @@ local theme = lush(function(injected_functions)
847846
rubyStringDelimiter { String },
848847
rubyKeywordAsMethod { Function },
849848

849+
-- python
850+
pythonDecorator { sym "@annotation" },
851+
pythonDecoratorName { sym "@annotation" },
852+
pythonAttribute { Property },
853+
pythonBuiltin { sym "@type.builtin" },
854+
850855
-- yaml
851856
yamlBlockMappingKey { Property },
852857
yamlKeyValueDelimiter { Punctuation },

0 commit comments

Comments
 (0)