Add diff injections for jjdescription tree-sitter (#12305)

This commit is contained in:
Bryce Berger 2024-12-25 08:35:34 -07:00 committed by GitHub
parent c63616b421
commit eda96cc285
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View File

@ -3319,7 +3319,7 @@ text-width = 72
[[grammar]]
name = "jjdescription"
source = { git = "https://github.com/kareigu/tree-sitter-jjdescription", rev = "23dd3dd18ee29bdd761642511aa314215801afd8" }
source = { git = "https://github.com/kareigu/tree-sitter-jjdescription", rev = "d09205b52b5a0165b588a793e366c1116468d86f" }
[[language]]
name = "jq"

View File

@ -0,0 +1,3 @@
(((scissors_inner) @injection.content)
(#set! injection.include-children)
(#set! injection.language "diff"))