queries/nix: align match start for language comments

This rule failed to override other ones because it started its
matching later.
pull/8088/head
pacien 9 months ago committed by Michael Davis
parent b4494e1dc5
commit 37e48f4307

@ -5,6 +5,10 @@
((((comment) @injection.language) .
(indented_string_expression (string_fragment) @injection.content))
(#set! injection.combined))
((binding
(comment) @injection.language
expression: (indented_string_expression (string_fragment) @injection.content))
(#set! injection.combined))
; Common attribute keys corresponding to Python scripts,
; such as those for NixOS VM tests in nixpkgs/nixos/tests.

Loading…
Cancel
Save