Skip to content

feat(parser): add HTML support - #103

Closed
rabii-chaarani wants to merge 1 commit into
mainfrom
codex/add-html-support
Closed

feat(parser): add HTML support#103
rabii-chaarani wants to merge 1 commit into
mainfrom
codex/add-html-support

Conversation

@rabii-chaarani

Copy link
Copy Markdown
Owner

Summary

  • register HTML discovery for .html and .htm
  • add the Tree-sitter HTML grammar, named-node syntax catalog, CLI, and MCP exposure
  • preserve complete ordered markup syntax without inventing component ontology mappings
  • document the conservative parsing contract in k-wiki

Verification

  • cargo fmt --check
  • cargo clippy --workspace --all-targets --all-features --locked -- -D warnings
  • cargo test --workspace --locked
  • cargo publish --dry-run --locked
  • exact crate-size gate
  • recommended wiki validation, link check, and site build

@rabii-chaarani
rabii-chaarani force-pushed the codex/add-html-support branch from ecd6e66 to 044c47b Compare August 25, 2026 04:16
@rabii-chaarani

Copy link
Copy Markdown
Owner Author

Superseded by #107, which combines TypeScript/TSX, JavaScript/JSX, and HTML on top of the merged CSS support in one atomic PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant