harper/harper-comments
2024-09-24 15:09:23 -06:00
..
src remove tex from comment parser and change language id to tex from latex 2024-09-24 15:09:23 -06:00
tests fix: issue #132 2024-09-03 16:33:23 -06:00
Cargo.toml move latex parser to seperate crate and add support for language in harper-comments and harper-ls 2024-09-24 15:06:36 -06: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.