harper/harper-comments
2025-07-21 09:46:21 -06:00
..
src chore(core): rename + document items (#1523) 2025-07-10 15:01:30 -06:00
tests feat(core): create first draft of rule for missing articles 2025-07-21 09:46:21 -06:00
Cargo.toml build(deps): bump tree-sitter-nix from 0.0.2 to 0.3.0 (#1599) 2025-07-21 14:11:05 +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.