feat(ts): add starlark

This commit is contained in:
2026-05-29 11:00:59 +02:00
parent ae223dfaa7
commit 482ed70cf6
5 changed files with 364 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
((binary_operator
left: (string
(string_content) @injection.content)
operator: "%")
(#set! injection.language "printf"))
((comment) @injection.content
(#set! injection.language "comment"))