Skip to content

Commit

Permalink
Extend ANSI color code pattern support
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Jan 23, 2025
1 parent ec5c69a commit 4a57c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/spelling/candidate.patterns
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ ipfs://[0-9a-zA-Z]{3,}
\bgetopts\s+(?:"[^"]+"|'[^']+')

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

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

0 comments on commit 4a57c36

Please sign in to comment.