mirror of
https://github.com/helix-editor/helix.git
synced 2025-01-18 13:07:06 +04:00
Add diff injections for jjdescription tree-sitter (#12305)
This commit is contained in:
parent
c63616b421
commit
eda96cc285
@ -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…
Reference in New Issue
Block a user