mirror of https://github.com/helix-editor/helix
Add diff injections for jjdescription tree-sitter (#12305)
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"
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
(((scissors_inner) @injection.content)
|
||||||
|
(#set! injection.include-children)
|
||||||
|
(#set! injection.language "diff"))
|
Loading…
Reference in New Issue