We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4494e1 commit 37e48f4Copy full SHA for 37e48f4
runtime/queries/nix/injections.scm
@@ -5,6 +5,10 @@
5
((((comment) @injection.language) .
6
(indented_string_expression (string_fragment) @injection.content))
7
(#set! injection.combined))
8
+((binding
9
+ (comment) @injection.language
10
+ expression: (indented_string_expression (string_fragment) @injection.content))
11
+ (#set! injection.combined))
12
13
; Common attribute keys corresponding to Python scripts,
14
; such as those for NixOS VM tests in nixpkgs/nixos/tests.
0 commit comments