Adds support for Java.
Breaking:
- Normalizations have been centralized to
snippets::parser::normalize
. snippets::text::buffer
has been merged intosnippets::text
.- Some vestigal traits (such as
snippets::text::ConvertCRLFToLF
) have been removed. - Implementation-specific constants such as
NODE_KIND_COMMENT
have been made private. - Removed
tree-sitter
types from the API.
Adds support for C++. Adds support for C.
This repository initially existed in FOSSA's foundation-libs monorepo. History for this library earlier than v0.1.3 can be viewed there.