feat(desktop): desktop parser and queries (#7282)

This commit is contained in:
Omar Valdez 2024-10-26 01:06:22 -07:00 committed by GitHub
parent 1d7c55f0bd
commit 0a9108a7e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 114 additions and 0 deletions

View file

@ -0,0 +1,8 @@
((comment) @injection.content
(#set! injection.language "comment"))
((entry
key: (identifier) @_exec
value: (string) @injection.content)
(#eq? @_exec "Exec")
(#set! injection.language "bash"))