opencode icon indicating copy to clipboard operation
opencode copied to clipboard

feat(tui): add configurable syntax tokens for XML/HTML tags (#6128)

Open CasualDeveloper opened this issue 3 weeks ago • 2 comments

Adds three optional theme tokens for XML/HTML syntax highlighting:

  • syntaxTag - tag names (fallback: error)
  • syntaxAttribute - attributes (fallback: syntaxKeyword)
  • syntaxTagDelimiter - < > / (fallback: syntaxOperator)

Closes #6128

CasualDeveloper avatar Dec 24 '25 21:12 CasualDeveloper

Re-committed with valid GPG signature. Closes #6128

CasualDeveloper avatar Dec 24 '25 22:12 CasualDeveloper

Will continue rebasing on top of release tags as they're set.

CasualDeveloper avatar Dec 30 '25 19:12 CasualDeveloper