feat(parsers): add jjdescription (#8625)

This commit is contained in:
Riley Bruins 2026-04-03 01:43:28 -07:00 committed by GitHub
parent 539abf6da5
commit 81295eb0c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 57 additions and 0 deletions

View file

@ -0,0 +1,6 @@
((comment_content) @injection.content
(#set! injection.language "comment"))
((rest) @injection.content
(#lua-match? @injection.content "^diff")
(#set! injection.language "diff"))