mirror of
https://github.com/wez/wezterm.git
synced 2024-11-26 08:25:50 +03:00
docs/hyperlinks: fix invalid escape sequence
This commit is contained in:
parent
547b58f223
commit
d6a08d0e6e
@ -30,7 +30,7 @@ return {
|
||||
|
||||
-- file:// URI
|
||||
{
|
||||
regex = "\\bfile://\S*\\b",
|
||||
regex = "\\bfile://\\s*\\b",
|
||||
format = "$0",
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user