harper/harper-comments
2025-11-26 09:55:17 -07:00
..
src test: add failing example for markdown comment parser (#1948) 2025-11-18 23:20:17 +00:00
tests test: #2233 and #1097 (#2239) 2025-11-26 09:55:17 -07:00
Cargo.toml Release 0.73.0 2025-11-24 08:18:41 -07: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.