AutoYADM commit: 2025-02-19 02:30:07
This commit is contained in:
parent
7f2083abd2
commit
1c0cfd290d
4 changed files with 39 additions and 0 deletions
15
.config/helix/runtime/queries/test/injections.scm
Normal file
15
.config/helix/runtime/queries/test/injections.scm
Normal file
|
@ -0,0 +1,15 @@
|
|||
(test
|
||||
(header
|
||||
(name)
|
||||
(attributes
|
||||
. ; skip over non-language attributes
|
||||
(attribute
|
||||
!language)*
|
||||
. ; select only the first language attribute
|
||||
(attribute
|
||||
language: (parameter) @injection.language)))
|
||||
(input) @injection.content)
|
||||
|
||||
((test
|
||||
(output) @injection.content)
|
||||
(#set! injection.language "tsq"))
|
Loading…
Add table
Add a link
Reference in a new issue