mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-13 17:00:09 -04:00
fix(injections): dtd, glimmer.*, razor, tablegen, teal
This commit is contained in:
parent
4c7509e7b0
commit
3b308861a8
6 changed files with 5 additions and 20 deletions
|
|
@ -34,7 +34,7 @@
|
|||
((function_call
|
||||
(method_index
|
||||
(parenthesized_expression
|
||||
(string) @printf)
|
||||
(string) @injection.content)
|
||||
key: (identifier) @_func))
|
||||
(#eq? @_func "format")
|
||||
(#set! injection.language "printf"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue