fix(nix): shorter sub-attribute function highlight query (#7579)

This commit is contained in:
Baraa Homsi 2025-01-22 15:58:01 +00:00 committed by GitHub
parent 0c94de7e97
commit 4862ab0aca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -116,17 +116,9 @@
(attrpath
(identifier) @variable.member))))
(apply_expression
function: [
(select_expression
attrpath: (attrpath
.
attr: (identifier) @function.call .))
(select_expression
attrpath: (attrpath
(_)
attr: (identifier) @function.call .))
])
function: (select_expression
attrpath: (attrpath
attr: (identifier) @function.call .))
; builtin functions (with builtins prefix)
(select_expression