Crates.io | harper-comments |
lib.rs | harper-comments |
version | 0.12.0 |
source | src |
created_at | 2024-06-30 03:37:54.714267 |
updated_at | 2024-10-13 15:27:33.273786 |
description | The language checker for developers. |
homepage | |
repository | https://github.com/elijah-potter/harper |
max_upload_size | |
id | 1287758 |
size | 25,428 |
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.