feat(git_config): add missing injections

This commit is contained in:
ObserverOfTime 2024-01-09 11:34:26 +02:00 committed by Christian Clason
parent 8c629a9327
commit 4cd951d703

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