harper/harper-comments
dependabot[bot] 782ab95200
build(deps): bump tree-sitter-bash from 0.25.0 to 0.25.1 (#2304)
Bumps [tree-sitter-bash](https://github.com/tree-sitter/tree-sitter-bash) from 0.25.0 to 0.25.1.
- [Release notes](https://github.com/tree-sitter/tree-sitter-bash/releases)
- [Commits](https://github.com/tree-sitter/tree-sitter-bash/compare/v0.25.0...v0.25.1)

---
updated-dependencies:
- dependency-name: tree-sitter-bash
  dependency-version: 0.25.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-08 15:26:18 +00:00
..
src test: add failing example for markdown comment parser (#1948) 2025-11-18 23:20:17 +00:00
tests feat: implement #1036 join prefix to word (#2299) 2025-12-05 18:36:15 +00:00
Cargo.toml build(deps): bump tree-sitter-bash from 0.25.0 to 0.25.1 (#2304) 2025-12-08 15:26:18 +00:00
README.md feat: added initial HTML support 2024-07-14 21:30:21 -06:00

harper-comments

This crate holds a number of functions, but it is primarily a wrapper around tree-sitter that allows Harper to locate the comments of a wide variety of programming languages. It also has purpose-built parsers for the structured comments of a number of languages, including Go. These additional parsers are available through the CommentParser and are enabled automatically through there.