mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-06 07:38:21 +00:00
typos: ignore apple four char codes
This commit is contained in:
@@ -46,6 +46,9 @@ extend-ignore-re = [
|
||||
"\"hel\\\\x",
|
||||
# Ignore long hex-like IDs such as 815E26BA2EF1E00F005C67B1
|
||||
"[0-9A-F]{12,}",
|
||||
# Ignore Apple four char codes
|
||||
'code="[A-Za-z]{4,8}"',
|
||||
'"[A-Za-z]{4}"\.fourCharCode',
|
||||
]
|
||||
|
||||
[default.extend-words]
|
||||
|
||||
Reference in New Issue
Block a user