mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 19:37:54 +03:00
Add diff injections for jjdescription tree-sitter (#12305)
This commit is contained in:
parent
c63616b421
commit
eda96cc285
2 changed files with 4 additions and 1 deletions
|
@ -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"
|
||||
|
|
3
runtime/queries/jjdescription/injections.scm
Normal file
3
runtime/queries/jjdescription/injections.scm
Normal file
|
@ -0,0 +1,3 @@
|
|||
(((scissors_inner) @injection.content)
|
||||
(#set! injection.include-children)
|
||||
(#set! injection.language "diff"))
|
Loading…
Add table
Add a link
Reference in a new issue