1
1
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:
Sandro 2021-04-03 05:38:44 +02:00 committed by Wez Furlong
parent 547b58f223
commit d6a08d0e6e

View File

@ -30,7 +30,7 @@ return {
-- file:// URI
{
regex = "\\bfile://\S*\\b",
regex = "\\bfile://\\s*\\b",
format = "$0",
},