Skip to content

Commit

Permalink
add injections for jjdescription tree-sitter
Browse files Browse the repository at this point in the history
  • Loading branch information
bryceberger committed Dec 24, 2024
1 parent 9e77c44 commit 96b7a2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 3 additions & 0 deletions runtime/queries/jjdescription/injections.scm
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
(((scissors_inner) @injection.content)
(#set! injection.include-children)
(#set! injection.language "diff"))

0 comments on commit 96b7a2f

Please sign in to comment.