I think you should also make `message` a single node that may contain `breaking_change` or `trailer`. That way, we can inject markdown as well: ```scheme ((message) @markdown (#exclude_children! @markdown)) ``` _Originally posted by @ObserverOfTime in https://github.com/gbprod/tree-sitter-gitcommit/issues/2#issuecomment-1327155202_
I think you should also make
messagea single node that may containbreaking_changeortrailer.That way, we can inject markdown as well:
Originally posted by @ObserverOfTime in #2 (comment)