We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bf49a6 commit a32cd41Copy full SHA for a32cd41
queries/nix/injections.scm
@@ -81,6 +81,15 @@
81
(#set! injection.combined)
82
)
83
84
+; oh-my-zsh
85
+(binding
86
+ attrpath: (_) @_path
87
+ (#hmts-path? @_path "programs" "zsh" "oh-my-zsh" "extraConfig$")
88
+ expression: (_ (string_fragment) @injection.content)
89
+ (#set! injection.language "bash")
90
+ (#set! injection.combined)
91
+)
92
+
93
; Firefox
94
(binding
95
attrpath: (_) @_path (#hmts-path? @_path "programs" "firefox" "profiles" ".*" "userChrome")
0 commit comments