โ– humdrum codex / glint v1.1.2
license AGPL-3.0

โ† issues

TASK-037 Merge-conflict marker highlighting in the editor

๐Ÿ Done feature priority: medium

created 2026-07-05 03:51 ยท updated 2026-07-05 04:04

Description

When a file has git conflict markers (<<<<<<< HEAD / ======= / >>>>>>> branch, plus ||||||| base for diff3), highlight the marker lines in bold and tint the two version blocks in slightly different background colors. Implemented as a post-pass over scanned spans in buildVisual so it applies to both prose (.md/.txt) and code files. Adds ConflictMarker/ConflictOurs/ConflictTheirs theme colors.

Acceptance Criteria