bot(lockfile)!: update d, latex

adapt d injections to breaking grammar change
This commit is contained in:
nvim-treesitter-bot[bot] 2024-07-28 06:39:43 +00:00
parent 45b3f7a8cf
commit 2d5133f674
2 changed files with 6 additions and 5 deletions

View file

@ -3,11 +3,12 @@
((call_expression
(type) @_printf
(arguments
(named_arguments
"("
.
(expression
(string_literal) @injection.content)))
(named_argument
(expression
(string_literal) @injection.content))))
(#eq? @_printf "printf")
(#offset! @injection.content 0 1 0 -1)
(#set! injection.language "printf"))