Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-29 | fix extracting body for shell issues | 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-06 | add support for .sh files | Alexander Foremny | |