From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8F2E13858401; Mon, 17 Jul 2023 20:56:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8F2E13858401 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1689627399; bh=95mF9PSFWGBowlG9IGQ/YnztxpeDfpX8aF1SCFsVYpQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=gj6LvoA7Izsqr6lM/CShBKuGCi7Lf3FEYauc9dC26OK/Y5hUs2/XI/L1XL/WtcKKg krvpmJBUZPHmxMH08oMlCopnHTpsBa5FBbEYRZUZkMvQwcQU9R0GyL1UzKjBlB8gq7 3XTlHK+2ZNZ6++wuFDCrniKjQA4lXrjOcPW+bZPo= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug gdb/27040] Colors for class/keyword not settable Date: Mon, 17 Jul 2023 20:56:39 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Version: 10.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: tromey at sourceware dot org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D27040 --- Comment #2 from Tom Tromey --- I looked into this for Source Highlight at one point, and I think it would require gdb to make a style file and then point the formatter at it. It would be nicer if we could just use some API for this, but I couldn't find one. For Pygments we could probably write a Python class that did this. --=20 You are receiving this mail because: You are on the CC list for the bug.=