AutoYADM commit: 2025-02-19 02:30:07

This commit is contained in:
Daniel Fichtinger 2025-02-19 02:30:07 -05:00
parent 7f2083abd2
commit 1c0cfd290d
4 changed files with 39 additions and 0 deletions

View 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"))