nix/config/nvim/after/queries/javascript/highlights.scm
2026-02-07 00:45:47 -05:00

5 lines
159 B
Scheme

;; extends
(jsx_attribute (property_identifier) @att_name (#eq? @att_name "className")
(string (string_fragment) @att_val (#set! @att_val conceal ".")
)
)