Skip to content

fix(parse/html): make . a valid char in tag names#6693

Merged
dyc3 merged 1 commit intomainfrom
dyc3/html-fix-dot-in-tag
Jul 3, 2025
Merged

fix(parse/html): make . a valid char in tag names#6693
dyc3 merged 1 commit intomainfrom
dyc3/html-fix-dot-in-tag

Conversation

@dyc3
Copy link
Copy Markdown
Contributor

@dyc3 dyc3 commented Jul 3, 2025

Summary

This makes . a valid character in tag names. This is kind of a hack for the sake of Prettier compatibility.

fixes #6691

Test Plan

Added a parser test

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Jul 3, 2025

🦋 Changeset detected

Latest commit: 7907e6a

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 13 packages
Name Type
@biomejs/biome Patch
@biomejs/cli-win32-x64 Patch
@biomejs/cli-win32-arm64 Patch
@biomejs/cli-darwin-x64 Patch
@biomejs/cli-darwin-arm64 Patch
@biomejs/cli-linux-x64 Patch
@biomejs/cli-linux-arm64 Patch
@biomejs/cli-linux-x64-musl Patch
@biomejs/cli-linux-arm64-musl Patch
@biomejs/wasm-web Patch
@biomejs/wasm-bundler Patch
@biomejs/wasm-nodejs Patch
@biomejs/backend-jsonrpc Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions github-actions Bot added A-Parser Area: parser L-HTML Language: HTML and super languages labels Jul 3, 2025
Comment thread .changeset/lucky-adults-rhyme.md Outdated
@dyc3 dyc3 force-pushed the dyc3/html-fix-dot-in-tag branch from 425301e to 7907e6a Compare July 3, 2025 13:51
@codspeed-hq
Copy link
Copy Markdown

codspeed-hq Bot commented Jul 3, 2025

CodSpeed Performance Report

Merging #6693 will not alter performance

Comparing dyc3/html-fix-dot-in-tag (7907e6a) with main (341e062)

Summary

✅ 114 untouched benchmarks

Copy link
Copy Markdown
Member

@ematipico ematipico left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fast!!

@dyc3 dyc3 merged commit bfdce0b into main Jul 3, 2025
28 checks passed
@dyc3 dyc3 deleted the dyc3/html-fix-dot-in-tag branch July 3, 2025 14:15
@github-actions github-actions Bot mentioned this pull request Jul 3, 2025
@felixranesberger
Copy link
Copy Markdown

Thanks for your work! Amazing how fast this was fixed! 👍

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

Labels

A-Parser Area: parser L-HTML Language: HTML and super languages

Projects

None yet

Development

Successfully merging this pull request may close these issues.

📝 HTML: Custom Tags with Dot Notation Break Formatting

4 participants