mirror of
https://github.com/Automattic/harper.git
synced 2025-12-23 08:48:15 +00:00
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> |
||
|---|---|---|
| .. | ||
| src | ||
| tests | ||
| Cargo.toml | ||
| README.md | ||
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.