Skip to content

fix: tag name syntax highlighting#450

Merged
DylanPiercey merged 1 commit intomainfrom
tag-name-syntax-highlight-fix
Feb 3, 2026
Merged

fix: tag name syntax highlighting#450
DylanPiercey merged 1 commit intomainfrom
tag-name-syntax-highlight-fix

Conversation

@DylanPiercey
Copy link
Contributor

No description provided.

@changeset-bot
Copy link

changeset-bot bot commented Feb 3, 2026

🦋 Changeset detected

Latest commit: 61db734

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

This PR includes changesets to release 1 package
Name Type
marko-vscode 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

@DylanPiercey DylanPiercey merged commit 1a79f9b into main Feb 3, 2026
5 checks passed
@DylanPiercey DylanPiercey deleted the tag-name-syntax-highlight-fix branch February 3, 2026 18:57
@coderabbitai
Copy link

coderabbitai bot commented Feb 3, 2026

Caution

Review failed

The pull request is closed.

Walkthrough

This pull request introduces a patch release for marko-vscode that refines syntax highlighting behavior. A changeset entry is added to document the release. The marko.tmLanguage.json TextMate grammar file is updated with 22 lines of changes that incorporate negative lookahead assertions (e.g., (?![a-zA-Z0-9_$@-])) into various begin patterns. These patterns govern when embedded blocks for constructs like HTML comments, style tags, script tags, and void elements are recognized. The modifications reduce false positives by ensuring these patterns do not match when followed by alphanumeric characters or specific symbols, addressing edge cases around tag name boundaries.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch tag-name-syntax-highlight-fix

Important

Action Needed: IP Allowlist Update

If your organization protects your Git platform with IP whitelisting, please add the new CodeRabbit IP address to your allowlist:

  • 136.113.208.247/32 (new)
  • 34.170.211.100/32
  • 35.222.179.152/32

Reviews will stop working after February 8, 2026 if the new IP is not added to your allowlist.


Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions github-actions bot mentioned this pull request Feb 3, 2026
@github-project-automation github-project-automation bot moved this to Done in Roadmap Feb 27, 2026
@DylanPiercey DylanPiercey self-assigned this Feb 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant