mirror of
https://github.com/realAscot/helix.git
synced 2025-09-14 04:03:03 +02: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]]
|
[[grammar]]
|
||||||
name = "jjdescription"
|
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]]
|
[[language]]
|
||||||
name = "jq"
|
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…
x
Reference in New Issue
Block a user