mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat(git_config): add missing injections
This commit is contained in:
parent
8c629a9327
commit
4cd951d703
1 changed files with 8 additions and 0 deletions
8
queries/git_config/injections.scm
Normal file
8
queries/git_config/injections.scm
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
((comment) @injection.content
|
||||
(#set! injection.language "comment"))
|
||||
|
||||
((variable
|
||||
(name) @_name
|
||||
value: (string) @injection.content)
|
||||
(#any-of? @_name "cmd" "command" "textconv")
|
||||
(#set! injection.language "bash"))
|
||||
Loading…
Add table
Add a link
Reference in a new issue