aboutsummaryrefslogtreecommitdiffstats
path: root/src/extract-generic.sh
AgeCommit message (Collapse)Author
2023-10-04drop shell scriptLibravatar Alexander Foremny
2023-09-29fix extracting body for shell issuesLibravatar Alexander Foremny
The underlying problem is that tree-sitter does not allow for matching sibling nodes. So any issues comprised of line comments (vs. block comments) suffered from this issue, independent of the language (shell). Thus, we manually merge such sibling matches after running tree-grepper.
2023-09-06add support for .sh filesLibravatar Alexander Foremny
2023-09-05refactor extract-generic.shLibravatar Alexander Foremny