aboutsummaryrefslogtreecommitdiffstats
path: root/src/extract-elm.sh
AgeCommit message (Collapse)Author
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-05refactor extract-generic.shLibravatar Alexander Foremny
2023-09-05*.sh -> srcLibravatar Alexander Foremny