From 873ddee0d41782119bbb2ff35eec38f43478040b Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Tue, 27 Jan 2026 14:30:22 -0500 Subject: [PATCH] fix(doc): feature-parity --- doc/cp.nvim.txt | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/doc/cp.nvim.txt b/doc/cp.nvim.txt index f99b07b..570beb5 100644 --- a/doc/cp.nvim.txt +++ b/doc/cp.nvim.txt @@ -784,12 +784,15 @@ HIGHLIGHT GROUPS *cp-highlights* Test Status Groups ~ - CpTestAC Green foreground for AC status - CpTestWA Red foreground for WA status - CpTestTLE Orange foreground for TLE status - CpTestMLE Orange foreground for MLE status - CpTestRTE Purple foreground for RTE status - CpTestNA Gray foreground for remaining state +All test status groups link to builtin highlight groups, automatically adapting +to your colorscheme: + + CpTestAC Links to DiagnosticOk (AC status) + CpTestWA Links to DiagnosticError (WA status) + CpTestTLE Links to DiagnosticWarn (TLE status) + CpTestMLE Links to DiagnosticWarn (MLE status) + CpTestRTE Links to DiagnosticHint (RTE status) + CpTestNA Links to Comment (pending/unknown status) ANSI Color Groups ~