opencode
opencode copied to clipboard
feat(tui): add configurable syntax tokens for XML/HTML tags (#6128)
Adds three optional theme tokens for XML/HTML syntax highlighting:
-
syntaxTag- tag names (fallback:error) -
syntaxAttribute- attributes (fallback:syntaxKeyword) -
syntaxTagDelimiter-< > /(fallback:syntaxOperator)
Closes #6128
Re-committed with valid GPG signature. Closes #6128
Will continue rebasing on top of release tags as they're set.