Skip to content

Commit 36110e8

Browse files
committed
Add octal color escape
1 parent 7d97ed0 commit 36110e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/spelling/candidate.patterns

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ ipfs://[0-9a-zA-Z]{3,}
403403
\bgetopts\s+(?:"[^"]+"|'[^']+')
404404

405405
# ANSI color codes
406-
(?:\\(?:u00|x)1[Bb]|\x1b|\\u\{1[Bb]\})\[\d+(?:;\d+)*m
406+
(?:\\(?:u00|x)1[Bb]|\\03[1-7]|\x1b|\\u\{1[Bb]\})\[\d+(?:;\d+)*m
407407

408408
# URL escaped characters
409409
%[0-9A-F][A-F](?=[A-Za-z])

0 commit comments

Comments
 (0)