harper/harper-comments
Elijah Potter 273e51a53f Release 0.17.0
harper-comments@0.17.0
harper-core@0.17.0
harper-html@0.17.0
harper-literate-haskell@0.17.0
harper-ls@0.17.0
harper-tree-sitter@0.17.0
harper-typst@0.17.0

Generated by cargo-workspaces
2025-01-23 08:06:06 -07:00
..
src typos/spelling/grammar fixes in comments and docs 2025-01-17 00:31:32 +08:00
tests fix: fix clippy warnings in tests 2025-01-14 12:55:12 -07:00
Cargo.toml Release 0.17.0 2025-01-23 08:06:06 -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.