Open gaoDean opened 2 years ago
This would require adding a custom tree-sitter query in after/queries/css/highlights.scm
; extends
(declaration (plain_value) @highlight)
Where @highlight
is the desired highlight.
This would require adding a custom tree-sitter query in
after/queries/css/highlights.scm
; extends (declaration (plain_value) @highlight)
Where
@highlight
is the desired highlight.
@gaoDean I'd use this in the meantime
So the objective here is to highlight the not-highlighted stuff here:
As you can see in this screenshot, the 'field' I'm trying to highlight is
plain_value
, which I would like to know how to highlight. This is kind of a generic treesitter question, but we could improve this plugin's css treesitter highlighting with this as well.